From: Tom de Vries Date: Wed, 28 Oct 2020 09:01:32 +0000 (+0100) Subject: [gdb/testsuite] Fix typo in gdb.cp/nsalias.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=445a033f48d6adf3114bd771030aeb2803186c55;p=binutils-gdb.git [gdb/testsuite] Fix typo in gdb.cp/nsalias.exp Fix typo "compaint" -> "complaint". gdb/testsuite/ChangeLog: 2020-10-28 Tom de Vries * gdb.cp/nsalias.exp: Fix typo in test name. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4fa4ac7c5c7..4fc1b1814b1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-10-28 Tom de Vries + + * gdb.cp/nsalias.exp: Fix typo in test name. + 2020-10-28 Tom de Vries * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow. diff --git a/gdb/testsuite/gdb.cp/nsalias.exp b/gdb/testsuite/gdb.cp/nsalias.exp index 6375b7e4c20..892e5e268dd 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"