aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/property-object-conditional-exp.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/property-object-conditional-exp.mm')
-rw-r--r--test/CodeGenObjCXX/property-object-conditional-exp.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/property-object-conditional-exp.mm b/test/CodeGenObjCXX/property-object-conditional-exp.mm
index 5d8a8826355c..281076e47f4d 100644
--- a/test/CodeGenObjCXX/property-object-conditional-exp.mm
+++ b/test/CodeGenObjCXX/property-object-conditional-exp.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-fragile-abi -emit-llvm -o - %s | FileCheck %s
struct CGRect {
char* origin;