mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
This commit is contained in:
parent
fadf8777e3
commit
9836f81b1e
@ -1,3 +1,7 @@
|
||||
2007-02-27 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
|
||||
|
||||
2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.server/server-mon.exp: New test.
|
||||
|
@ -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.*" \
|
||||
|
Loading…
Reference in New Issue
Block a user