diff options
Diffstat (limited to 'test/SemaObjC/protocol-archane.m')
-rw-r--r-- | test/SemaObjC/protocol-archane.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocol-archane.m b/test/SemaObjC/protocol-archane.m index 05f5103..c24e9fb 100644 --- a/test/SemaObjC/protocol-archane.m +++ b/test/SemaObjC/protocol-archane.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s // rdar://5986251 @protocol SomeProtocol |