diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2019-12-20 15:59:24 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2019-12-20 15:59:25 -0500 |
commit | 7f2d7a0d0d827788394ba7a5a8f4b6b4e0671a7c (patch) | |
tree | 244c0aa7f84cd378e453ed4ad0728589d014cba7 | |
parent | f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8 (diff) | |
download | gdb-7f2d7a0d0d827788394ba7a5a8f4b6b4e0671a7c.zip gdb-7f2d7a0d0d827788394ba7a5a8f4b6b4e0671a7c.tar.gz gdb-7f2d7a0d0d827788394ba7a5a8f4b6b4e0671a7c.tar.bz2 |
sym-info-cmds.exp: add yet another missing quote in test name
In my previous commit, I missed this other spot that is missing a
quote...
gdb/testsuite/ChangeLog:
* lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
(another) quote in test name.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/lib/sym-info-cmds.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 654eaf5..488196c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2019-12-20 Simon Marchi <simon.marchi@efficios.com> + * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add + (another) quote in test name. + +2019-12-20 Simon Marchi <simon.marchi@efficios.com> + * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry): Add quote in test name. diff --git a/gdb/testsuite/lib/sym-info-cmds.exp b/gdb/testsuite/lib/sym-info-cmds.exp index 792a265..25a4b92 100644 --- a/gdb/testsuite/lib/sym-info-cmds.exp +++ b/gdb/testsuite/lib/sym-info-cmds.exp @@ -233,7 +233,7 @@ namespace eval GDBInfoSymbols { if { $testname == "" } { set testname \ - "$_last_command: check no matches for '$filename', $lineno', and '$text'" + "$_last_command: check no matches for '$filename', '$lineno', and '$text'" } if { $lineno == "" } { |