summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m')
-rw-r--r--clang/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m b/clang/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m
index fd812dd3882..a93ca033c13 100644
--- a/clang/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m
+++ b/clang/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -fobjc-exceptions %s -o -
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-fragile-abi -emit-llvm -fobjc-exceptions %s -o -
void f0(id x) {
@synchronized (x) {
OpenPOWER on IntegriCloud