From: Simon Marchi Date: Fri, 20 Dec 2019 20:59:24 +0000 (-0500) Subject: sym-info-cmds.exp: add yet another missing quote in test name X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7f2d7a0d0d827788394ba7a5a8f4b6b4e0671a7c;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 654eaf5473..488196c6ea 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-12-20 Simon Marchi + + * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add + (another) quote in test name. + 2019-12-20 Simon Marchi * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry): diff --git a/gdb/testsuite/lib/sym-info-cmds.exp b/gdb/testsuite/lib/sym-info-cmds.exp index 792a265725..25a4b92f0c 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 == "" } {