summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/super-classmethod-category.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/super-classmethod-category.m')
-rw-r--r--test/CodeGenObjC/super-classmethod-category.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/super-classmethod-category.m b/test/CodeGenObjC/super-classmethod-category.m
index 64ba1419c0..c19663cec4 100644
--- a/test/CodeGenObjC/super-classmethod-category.m
+++ b/test/CodeGenObjC/super-classmethod-category.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -emit-llvm -o %t %s
+// RUN: %clang_cc1 -emit-llvm -o %t %s
@interface SUPER
+ (void)Meth;