mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
[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:
@ -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>
|
2020-10-28 Tom de Vries <tdevries@suse.de>
|
||||||
|
|
||||||
* gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
|
* 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_no_output "set complaints 1"
|
||||||
gdb_test "print N100::x" \
|
gdb_test "print N100::x" \
|
||||||
".* has too many recursively imported declarations.*" \
|
".* has too many recursively imported declarations.*" \
|
||||||
"compaint for too many recursively imported declarations"
|
"complaint for too many recursively imported declarations"
|
||||||
|
Reference in New Issue
Block a user