summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/catch_ex.exp
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-02-27 06:43:27 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-02-27 06:43:27 +0000
commit9836f81b1ec8f1187403b6885be46cbd63c94d36 (patch)
treecf98ac6cdf3dfacf8bb8c90aef63504b5393a315 /gdb/testsuite/gdb.ada/catch_ex.exp
parentfadf8777e3aa0111a828f38eebc4d742f2ef7cd8 (diff)
downloadbinutils-gdb-9836f81b1ec8f1187403b6885be46cbd63c94d36.tar.gz
* gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
Diffstat (limited to 'gdb/testsuite/gdb.ada/catch_ex.exp')
-rw-r--r--gdb/testsuite/gdb.ada/catch_ex.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/catch_ex.exp b/gdb/testsuite/gdb.ada/catch_ex.exp
index 2ef15a71437..963279b1b72 100644
--- a/gdb/testsuite/gdb.ada/catch_ex.exp
+++ b/gdb/testsuite/gdb.ada/catch_ex.exp
@@ -138,13 +138,13 @@ set catchpoint_msg \
"Catchpoint $any_nb, failed assertion at $any_addr in foo \\\(\\\).*at .*foo.adb:$any_nb"
gdb_test "continue" \
"Continuing\.$eol$catchpoint_msg$eol.*SPOT3" \
- "continuing to Program_Error exception"
+ "continuing to failed assertion"
set catchpoint_msg \
"Catchpoint $any_nb, unhandled CONSTRAINT_ERROR at $any_addr in foo \\\(\\\).*at .*foo.adb:$any_nb"
gdb_test "continue" \
"Continuing\.$eol$catchpoint_msg$eol.*SPOT4" \
- "continuing to Program_Error exception"
+ "continuing to unhandled exception"
gdb_test "continue" \
"Continuing\..*Program exited.*" \