summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/super-cat-prot.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/super-cat-prot.m')
-rw-r--r--test/SemaObjC/super-cat-prot.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/super-cat-prot.m b/test/SemaObjC/super-cat-prot.m
index a7288bbc3b..3e289860c0 100644
--- a/test/SemaObjC/super-cat-prot.m
+++ b/test/SemaObjC/super-cat-prot.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
typedef signed char BOOL;
typedef unsigned int NSUInteger;
@class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator;