From: Doug Evans Date: Sun, 24 Nov 2013 00:43:29 +0000 (-0800) Subject: * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1ea7c017e0a18f3e2a81d863593b3a27cd02d60;p=binutils-gdb.git * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue with ignore count". --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a1ae8514043..b3b7ea62ac4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-11-23 Doug Evans + + * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue + with ignore count". + 2013-11-23 Doug Evans * gdb.python/py-value.exp (test_lazy_strings): Tweak test names. diff --git a/gdb/testsuite/gdb.base/ena-dis-br.exp b/gdb/testsuite/gdb.base/ena-dis-br.exp index 4bce607edec..4ac1634bb66 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" {