diff options
Diffstat (limited to 'test/Parser/objc-try-catch-1.m')
-rw-r--r-- | test/Parser/objc-try-catch-1.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/objc-try-catch-1.m b/test/Parser/objc-try-catch-1.m index 719369124e5cf..a3220ebc64774 100644 --- a/test/Parser/objc-try-catch-1.m +++ b/test/Parser/objc-try-catch-1.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s -// RUN: %clang_cc1 -fsyntax-only -verify -x objective-c++ %s +// RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions %s +// RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions -x objective-c++ %s void * proc(); @interface NSConstantString |