summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/category-super-class-meth.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/category-super-class-meth.m')
-rw-r--r--clang/test/CodeGenObjC/category-super-class-meth.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/category-super-class-meth.m b/clang/test/CodeGenObjC/category-super-class-meth.m
index 82ced633186..95d8b3103c9 100644
--- a/clang/test/CodeGenObjC/category-super-class-meth.m
+++ b/clang/test/CodeGenObjC/category-super-class-meth.m
@@ -1,4 +1,4 @@
-// RUN: clang -fnext-runtime -emit-llvm -o %t %s
+// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
@interface BASE
+ (int) BaseMeth;
OpenPOWER on IntegriCloud