This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] gdb.base/ena-dis-br.exp: Add missing quote.


Hi.

I happened to notice this.

Committed.

2013-11-23  Doug Evans  <xdje42@gmail.com>

	* gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
	with ignore count".

diff --git a/gdb/testsuite/gdb.base/ena-dis-br.exp b/gdb/testsuite/gdb.base/ena-dis-br.exp
index 4bce607..4ac1634 100644
--- a/gdb/testsuite/gdb.base/ena-dis-br.exp
+++ b/gdb/testsuite/gdb.base/ena-dis-br.exp
@@ -289,7 +289,7 @@ gdb_test "continue 2" \
     "continue with ignore count"
 
 gdb_test "next" ".*$bp_location11\[ \t\]*marker1.*" \
-    step after continue with ignore count"
+    "step after continue with ignore count"
 
 set test "continue with ignore count, not stopped at bpt"
 gdb_test_multiple "continue 2" "$test" {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]