aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/encode-cstyle-method.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/encode-cstyle-method.m')
-rw-r--r--test/CodeGenObjC/encode-cstyle-method.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/encode-cstyle-method.m b/test/CodeGenObjC/encode-cstyle-method.m
index 187c9bfa9d..ea630230b5 100644
--- a/test/CodeGenObjC/encode-cstyle-method.m
+++ b/test/CodeGenObjC/encode-cstyle-method.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix LP64 %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-fragile-abi -emit-llvm -o - %s | FileCheck -check-prefix LP64 %s
// rdar: // 7445205
@interface Foo