public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [OB PATCH] GDB/testsuite: Remove a stray backslash from gdb.base/settings.exp
@ 2022-03-09 19:16 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2022-03-09 19:16 UTC (permalink / raw)
  To: gdb-patches

Remove a stray trailing backslash from `test-integer' in settings.exp.
It is harmless as only white space follows in the next line before the 
closing brace, so it merely swallows the newline character, but it may 
look confusing to the reader.
---
Hi,

 Committed as obvious.

  Maciej
---
 gdb/testsuite/gdb.base/settings.exp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

gdb-test-settings-trailing-backslash.diff
Index: src/gdb/testsuite/gdb.base/settings.exp
===================================================================
--- src.orig/gdb/testsuite/gdb.base/settings.exp
+++ src/gdb/testsuite/gdb.base/settings.exp
@@ -213,7 +213,7 @@ proc test-integer {variant} {
 
     if {$variant == "zinteger" || $variant == "zuinteger"} {
 	test_gdb_complete_none \
-	    "$set_cmd " \
+	    "$set_cmd "
     } else {
 	test_gdb_complete_unique \
 	    "$set_cmd " \

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

only message in thread, other threads:[~2022-03-09 19:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09 19:16 [OB PATCH] GDB/testsuite: Remove a stray backslash from gdb.base/settings.exp Maciej W. Rozycki

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).