From 5dbdd470c7118c724c686115a6803aa5b8d87278 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 9 Mar 2011 18:41:31 +0000 Subject: * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than gdb_continue_to_end. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.ada/catch_ex.exp | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3b133d7..86b03cc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-03-09 Tom Tromey + + * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than + gdb_continue_to_end. + 2011-03-09 Mark Kettenis * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as diff --git a/gdb/testsuite/gdb.ada/catch_ex.exp b/gdb/testsuite/gdb.ada/catch_ex.exp index 6a98089..7fc2895 100644 --- a/gdb/testsuite/gdb.ada/catch_ex.exp +++ b/gdb/testsuite/gdb.ada/catch_ex.exp @@ -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" -- cgit v1.1