sym-info-cmds.exp: add yet another missing quote in test name
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 20 Dec 2019 20:59:24 +0000 (15:59 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 20 Dec 2019 20:59:25 +0000 (15:59 -0500)
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.

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

index 654eaf5473eb8b85fb89730c51a737268d586f39..488196c6eaeeb3288d87ac0b9e72e6296b48adc3 100644 (file)
@@ -1,3 +1,8 @@
+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):
index 792a26572546c0f97657ca8a4580f69e10c24f86..25a4b92f0c6a7bb8286db54dfdfbdbccf650fbaf 100644 (file)
@@ -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 == "" } {
This page took 0.030939 seconds and 4 git commands to generate.