From e1ba3494116565d559b95dee991bee0bc3c6f398 Mon Sep 17 00:00:00 2001 From: brobecke Date: Tue, 27 Feb 2007 06:43:27 +0000 Subject: [PATCH] * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.ada/catch_ex.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 93e3bfff4b..ba0bf202f2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-02-27 Joel Brobecker + + * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos. + 2007-02-26 Daniel Jacobowitz * gdb.server/server-mon.exp: New test. diff --git a/gdb/testsuite/gdb.ada/catch_ex.exp b/gdb/testsuite/gdb.ada/catch_ex.exp index 2ef15a7143..963279b1b7 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.*" \ -- 2.11.0