sym-info-cmds.exp: add missing quote in test name
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 20 Dec 2019 20:26:00 +0000 (15:26 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 20 Dec 2019 20:26:00 +0000 (15:26 -0500)
gdb/testsuite/ChangeLog:

* lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
Add quote in test name.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/sym-info-cmds.exp

index c93edc6fff3f1710020a57ae9aa6b10d207ff15d..654eaf5473eb8b85fb89730c51a737268d586f39 100644 (file)
@@ -1,3 +1,8 @@
+2019-12-20  Simon Marchi  <simon.marchi@efficios.com>
+
+       * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
+       Add quote in test name.
+
 2019-12-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
 
        * gdb.cp/pass-by-ref.cc: Delete.  Generated in the output
index 9c2777d3d19827bc3356719537aedf0b0d4823be..792a26572546c0f97657ca8a4580f69e10c24f86 100644 (file)
@@ -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 == "" } {
This page took 0.140831 seconds and 4 git commands to generate.