]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.ada/catch_ex/foo.adb
Use read_memory in ada_exception_message_1
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.ada / catch_ex / foo.adb
index bee394fc02f1c45d7b4612d0a76f6bd73da0e8fa..cdf0286beee13718a2fb42c419dd8b1ada4485b6 100644 (file)
@@ -17,7 +17,7 @@ procedure Foo is
 begin
 
    begin
-      raise Constraint_Error;  -- SPOT1
+      raise Constraint_Error with "ignore C_E";  -- SPOT1
    exception
       when others =>
          null;