* gdb.ada/catch_ex.exp: Use explicit gdb_test rather than

gdb_continue_to_end.
This commit is contained in:
Tom Tromey 2011-03-09 18:41:31 +00:00
parent b66e66ee3a
commit 5dbdd470c7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-03-09 Tom Tromey <tromey@redhat.com>
* gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
gdb_continue_to_end.
2011-03-09 Mark Kettenis <kettenis@gnu.org>
* gdb.base/memattr.exp: Adjust regexps to accept spaces as well as

View File

@ -141,6 +141,8 @@ gdb_test "continue" \
"Continuing\.$eol$catchpoint_msg$eol.*SPOT4" \
"continuing to unhandled exception"
gdb_continue_to_end
gdb_test "continue" \
"Continuing\..*$inferior_exited_re.*" \
"continuing to program completion"