aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/arc-compound-stmt.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/arc-compound-stmt.m')
-rw-r--r--test/CodeGenObjC/arc-compound-stmt.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/arc-compound-stmt.m b/test/CodeGenObjC/arc-compound-stmt.m
index 946d72f00591..573ee449aaae 100644
--- a/test/CodeGenObjC/arc-compound-stmt.m
+++ b/test/CodeGenObjC/arc-compound-stmt.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-nonfragile-abi -fobjc-arc -o - %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -o - %s
// rdar://9694706
typedef unsigned long NSUInteger;