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 95d8b3103c9fe..ce27e87bbf501 100644
--- a/test/CodeGenObjC/category-super-class-meth.m
+++ b/test/CodeGenObjC/category-super-class-meth.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
+// RUN: clang-cc -emit-llvm -o %t %s
@interface BASE
+ (int) BaseMeth;