public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] sym-info-cmds.exp: add missing quote in test name
@ 2019-12-20 20:29 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2019-12-20 20:29 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

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 c93edc6fff3f..654eaf5473eb 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/lib/sym-info-cmds.exp b/gdb/testsuite/lib/sym-info-cmds.exp
index 9c2777d3d198..792a26572546 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.24.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-20 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-20 20:29 [pushed] sym-info-cmds.exp: add missing quote in test name Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).