[commit] Fix a couple of typos in gdb.ada/catch_ex.exp

Joel Brobecker brobecker@adacore.com
Tue Feb 27 06:45:00 GMT 2007


I noticed those while working on exception support...

2007-02-27  Joel Brobecker  <brobecker@adacore.com>

        * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.

Tested on x86-linux. Committed as obvious.

-- 
Joel
-------------- next part --------------
Index: gdb.ada/catch_ex.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/catch_ex.exp,v
retrieving revision 1.2
diff -u -p -r1.2 catch_ex.exp
--- gdb.ada/catch_ex.exp	10 Jan 2007 03:46:03 -0000	1.2
+++ gdb.ada/catch_ex.exp	27 Feb 2007 06:42:42 -0000
@@ -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.*" \


More information about the Gdb-patches mailing list