diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2019-12-20 15:26:00 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2019-12-20 15:26:00 -0500 |
commit | f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8 (patch) | |
tree | d099d7a6a48b56c7148a28944e4472006a660382 /gdb/testsuite/lib/sym-info-cmds.exp | |
parent | d0922fcf02c6f60ca17cbddccd8b9c8f789eef8c (diff) | |
download | gdb-f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8.zip gdb-f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8.tar.gz gdb-f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8.tar.bz2 |
sym-info-cmds.exp: add missing quote in test name
gdb/testsuite/ChangeLog:
* lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
Add quote in test name.
Diffstat (limited to 'gdb/testsuite/lib/sym-info-cmds.exp')
-rw-r--r-- | gdb/testsuite/lib/sym-info-cmds.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/sym-info-cmds.exp b/gdb/testsuite/lib/sym-info-cmds.exp index 9c2777d..792a265 100644 --- a/gdb/testsuite/lib/sym-info-cmds.exp +++ b/gdb/testsuite/lib/sym-info-cmds.exp @@ -482,7 +482,7 @@ namespace eval GDBInfoModuleSymbols { 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 == "" } { |