* gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
authorDoug Evans <xdje42@gmail.com>
Sun, 24 Nov 2013 00:43:29 +0000 (16:43 -0800)
committerDoug Evans <xdje42@gmail.com>
Sun, 24 Nov 2013 00:43:29 +0000 (16:43 -0800)
with ignore count".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/ena-dis-br.exp

index a1ae8514043ece3676023cb0425e4e6638d7bbeb..b3b7ea62ac4d29e8541610eaa446a7031ba8071c 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
+       with ignore count".
+
 2013-11-23  Doug Evans  <xdje42@gmail.com>
 
        * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
index 4bce607edecf2797cf6ee8b76556a3c5c141f8d2..4ac1634bb66328af11f56057e456574f6158fc16 100644 (file)
@@ -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" {