summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/no-category-class.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/no-category-class.m')
-rw-r--r--test/CodeGenObjC/no-category-class.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/no-category-class.m b/test/CodeGenObjC/no-category-class.m
index 3969f917e2..0c672f7894 100644
--- a/test/CodeGenObjC/no-category-class.m
+++ b/test/CodeGenObjC/no-category-class.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-fragile-abi -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
@interface NSObject
@end