From f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 20 Dec 2019 15:26:00 -0500 Subject: [PATCH] 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. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/lib/sym-info-cmds.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c93edc6fff..654eaf5473 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-12-20 Simon Marchi + + * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry): + Add quote in test name. + 2019-12-20 Tankut Baris Aktemur * gdb.cp/pass-by-ref.cc: Delete. Generated in the output diff --git a/gdb/testsuite/lib/sym-info-cmds.exp b/gdb/testsuite/lib/sym-info-cmds.exp index 9c2777d3d1..792a265725 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 == "" } { -- 2.34.1