summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/protocol-property-synth.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/protocol-property-synth.m')
-rw-r--r--test/CodeGenObjC/protocol-property-synth.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/protocol-property-synth.m b/test/CodeGenObjC/protocol-property-synth.m
index e91f355231..ab230af232 100644
--- a/test/CodeGenObjC/protocol-property-synth.m
+++ b/test/CodeGenObjC/protocol-property-synth.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -triple x86_64-apple-darwin10 -emit-llvm -o %t %s
+// RUN: clang-cc -fobjc-nonfragile-abi -emit-llvm -o %t %s
@interface BaseClass {
id _delegate;