summaryrefslogtreecommitdiff
path: root/test/SemaObjC/protocol-undef.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/protocol-undef.m')
-rw-r--r--test/SemaObjC/protocol-undef.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocol-undef.m b/test/SemaObjC/protocol-undef.m
index a490fa26fd..34a33c72f8 100644
--- a/test/SemaObjC/protocol-undef.m
+++ b/test/SemaObjC/protocol-undef.m
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang-cc -fsyntax-only -verify %s
typedef signed char BOOL;
@class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator;