aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/x86_64-struct-return-gc.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/x86_64-struct-return-gc.m')
-rw-r--r--test/CodeGenObjC/x86_64-struct-return-gc.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/x86_64-struct-return-gc.m b/test/CodeGenObjC/x86_64-struct-return-gc.m
index 8022d5903ecf5..76407d6654e05 100644
--- a/test/CodeGenObjC/x86_64-struct-return-gc.m
+++ b/test/CodeGenObjC/x86_64-struct-return-gc.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-fragile-abi -fobjc-gc -emit-llvm -o - %s | FileCheck %s
struct Coerce {
id a;
};