diff options
Diffstat (limited to 'test/SemaObjC/attr-objc-exception.m')
-rw-r--r-- | test/SemaObjC/attr-objc-exception.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/attr-objc-exception.m b/test/SemaObjC/attr-objc-exception.m index 3efb8cf..3e012c7 100644 --- a/test/SemaObjC/attr-objc-exception.m +++ b/test/SemaObjC/attr-objc-exception.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -fsyntax-only -verify +// RUN: clang -cc1 %s -fsyntax-only -verify __attribute__((__objc_exception__)) @interface NSException { |