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