diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cp/nsalias.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4fa4ac7..4fc1b18 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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. 2020-10-28 Tom de Vries <tdevries@suse.de> diff --git a/gdb/testsuite/gdb.cp/nsalias.exp b/gdb/testsuite/gdb.cp/nsalias.exp index 6375b7e..892e5e2 100644 --- a/gdb/testsuite/gdb.cp/nsalias.exp +++ b/gdb/testsuite/gdb.cp/nsalias.exp @@ -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" |