diff options
author | Tom Tromey <tromey@redhat.com> | 2011-03-09 18:41:31 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-03-09 18:41:31 +0000 |
commit | 5dbdd470c7118c724c686115a6803aa5b8d87278 (patch) | |
tree | 57dcd1b9ee315ef52c77bbffff159dc47c7af8fc /gdb/testsuite/gdb.ada/catch_ex.exp | |
parent | b66e66ee3a4237320f7895f5e985089e342779cb (diff) | |
download | binutils-5dbdd470c7118c724c686115a6803aa5b8d87278.zip binutils-5dbdd470c7118c724c686115a6803aa5b8d87278.tar.gz binutils-5dbdd470c7118c724c686115a6803aa5b8d87278.tar.bz2 |
* gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
gdb_continue_to_end.
Diffstat (limited to 'gdb/testsuite/gdb.ada/catch_ex.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/catch_ex.exp | 4 |
1 files changed, 3 insertions, 1 deletions
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" |