[gdb/testsuite] Fix typo in gdb.cp/nsalias.exp

Fix typo "compaint" -> "complaint".

gdb/testsuite/ChangeLog:

2020-10-28  Tom de Vries  <tdevries@suse.de>

	* gdb.cp/nsalias.exp: Fix typo in test name.
This commit is contained in:
Tom de Vries 2020-10-28 10:01:32 +01:00
parent fdd67a422f
commit 445a033f48
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2020-10-28 Tom de Vries <tdevries@suse.de>
* gdb.cp/nsalias.exp: Fix typo in test name.
2020-10-28 Tom de Vries <tdevries@suse.de>
* gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.

View file

@ -319,4 +319,4 @@ clean_restart ${testfile}-r
gdb_test_no_output "set complaints 1"
gdb_test "print N100::x" \
".* has too many recursively imported declarations.*" \
"compaint for too many recursively imported declarations"
"complaint for too many recursively imported declarations"