diff options
Diffstat (limited to 'gcc/testsuite/objc.dg/try-catch-3.m')
-rw-r--r-- | gcc/testsuite/objc.dg/try-catch-3.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/objc.dg/try-catch-3.m b/gcc/testsuite/objc.dg/try-catch-3.m index b79b494d182..af2829e2c2f 100644 --- a/gcc/testsuite/objc.dg/try-catch-3.m +++ b/gcc/testsuite/objc.dg/try-catch-3.m @@ -3,7 +3,7 @@ /* Author: Ziemowit Laski <zlaski@apple.com> */ /* { dg-do compile } */ -/* { dg-options "-fnext-runtime -fobjc-exceptions" } */ +/* { dg-options "-fobjc-exceptions" } */ #include <objc/Object.h> |