* gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
authorTom Tromey <tromey@redhat.com>
Wed, 9 Mar 2011 18:41:31 +0000 (18:41 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 9 Mar 2011 18:41:31 +0000 (18:41 +0000)
gdb_continue_to_end.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/catch_ex.exp

index 3b133d72b0785e16a9e2ea265dcba98593e62735..86b03cc4ca64f2cfc7314ba468b1f84caade735d 100644 (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
index 6a9808970940bbd4fadd0fb32c997c368bb14099..7fc2895579cbe6028239157f79f73580e38f0485 100644 (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"