diff options
Diffstat (limited to 'gcc/testsuite/obj-c++.dg/exceptions-6.mm')
-rw-r--r-- | gcc/testsuite/obj-c++.dg/exceptions-6.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/obj-c++.dg/exceptions-6.mm b/gcc/testsuite/obj-c++.dg/exceptions-6.mm index 6f6ba78..7a776a5 100644 --- a/gcc/testsuite/obj-c++.dg/exceptions-6.mm +++ b/gcc/testsuite/obj-c++.dg/exceptions-6.mm @@ -9,7 +9,7 @@ void test (id object) { @throw object; /* Ok */ - @throw; /* { dg-error ".@throw. .rethrow. used outside of a @catch block" } */ + @throw; /* { dg-error ".@throw. .rethrow. used outside of a '@catch' block" } */ @throw (object); /* Ok. */ @throw (id)0 /* { dg-error "expected" } */ } |