aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2013-11-23 16:43:29 -0800
committerDoug Evans <xdje42@gmail.com>2013-11-23 16:43:29 -0800
commitc1ea7c017e0a18f3e2a81d863593b3a27cd02d60 (patch)
treedfb525fff9e4a5defec71af33aad06ef1311ce30 /gdb
parent35720eaabd2da83301b6488347be1e7fc9d6fc44 (diff)
downloadgdb-c1ea7c017e0a18f3e2a81d863593b3a27cd02d60.zip
gdb-c1ea7c017e0a18f3e2a81d863593b3a27cd02d60.tar.gz
gdb-c1ea7c017e0a18f3e2a81d863593b3a27cd02d60.tar.bz2
* gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
with ignore count".
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/ena-dis-br.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a1ae851..b3b7ea6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
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.
(test_subscript_regression): Ditto.
(top level): Run test_subscript_regression for c++ with "c++" prefix.
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" {