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