gdb/testsuite: Remove duplicates from gdb.mi/mi-language.exp
authorLancelot SIX <lsix@lancelotsix.com>
Tue, 23 Nov 2021 15:15:57 +0000 (15:15 +0000)
committerLancelot SIX <lsix@lancelotsix.com>
Fri, 7 Jan 2022 22:43:34 +0000 (22:43 +0000)
commit0b6180fe6e3080ceb92eb96b76dd36fede18d1b2
treee34bf3026c7edc44aeb2061d26e445a49e053d28
parentdd1655dfc3468a8ce43b684e817acedec53f0980
gdb/testsuite: Remove duplicates from gdb.mi/mi-language.exp

When running the testsuite, I have:

    Running .../gdb/testsuite/gdb.mi/mi-language.exp ...
    DUPLICATE: gdb.mi/mi-language.exp: set lang ada

This is due to an erroneous explicit test name.  This explicit test name
also happens to be useless (at least it would have been if it was
correct) since it only repeats the command, so just remove the explicit
test name and let the command be used as default test name.  Also remove
explicit test name at another location in the file since it also just
repeat the command.

Tested on x86_64-linux.
gdb/testsuite/gdb.mi/mi-language.exp