aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/property-type-mismatch.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/property-type-mismatch.m')
-rw-r--r--test/CodeGenObjC/property-type-mismatch.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-type-mismatch.m b/test/CodeGenObjC/property-type-mismatch.m
index 7045947b1abf..b920b45aef95 100644
--- a/test/CodeGenObjC/property-type-mismatch.m
+++ b/test/CodeGenObjC/property-type-mismatch.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
// rdar://8966864
@interface Foo