diff options
Diffstat (limited to 'test/Parser/objc-interfaces.m')
-rw-r--r-- | test/Parser/objc-interfaces.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/objc-interfaces.m b/test/Parser/objc-interfaces.m index 7aa6729..fdb52e7 100644 --- a/test/Parser/objc-interfaces.m +++ b/test/Parser/objc-interfaces.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -fsyntax-only -verify +// RUN: clang -cc1 %s -fsyntax-only -verify // Test features and error recovery for objc interfaces. |