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

with ignore count".
This commit is contained in:
Doug Evans 2013-11-23 16:43:29 -08:00
parent 35720eaabd
commit c1ea7c017e
2 changed files with 6 additions and 1 deletions

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

View 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" {