[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:
parent
fdd67a422f
commit
445a033f48
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue