summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/property-derived-to-base-conv.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/property-derived-to-base-conv.mm')
-rw-r--r--test/CodeGenObjCXX/property-derived-to-base-conv.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/property-derived-to-base-conv.mm b/test/CodeGenObjCXX/property-derived-to-base-conv.mm
index ddca857fba..5784f2be9c 100644
--- a/test/CodeGenObjCXX/property-derived-to-base-conv.mm
+++ b/test/CodeGenObjCXX/property-derived-to-base-conv.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -fobjc-fragile-abi -emit-llvm -o - %s
+// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
// rdar: // 7501812
struct A {