aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/copyable-property-object.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/copyable-property-object.mm')
-rw-r--r--test/CodeGenObjCXX/copyable-property-object.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/copyable-property-object.mm b/test/CodeGenObjCXX/copyable-property-object.mm
index 8962c536ea29..03c0c06a41ee 100644
--- a/test/CodeGenObjCXX/copyable-property-object.mm
+++ b/test/CodeGenObjCXX/copyable-property-object.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -fobjc-fragile-abi -emit-llvm -o - %s | FileCheck %s
struct POD {
int array[3][4];