summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/category-super-class-meth.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/category-super-class-meth.m')
-rw-r--r--test/CodeGenObjC/category-super-class-meth.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/category-super-class-meth.m b/test/CodeGenObjC/category-super-class-meth.m
index 595d2af298..6f02aff96d 100644
--- a/test/CodeGenObjC/category-super-class-meth.m
+++ b/test/CodeGenObjC/category-super-class-meth.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -emit-llvm -o %t %s
+// RUN: %clang_cc1 -emit-llvm -o %t %s
@interface BASE
+ (int) BaseMeth;