summaryrefslogtreecommitdiff
path: root/test/ARCMT/atautorelease-check.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/ARCMT/atautorelease-check.m')
-rw-r--r--test/ARCMT/atautorelease-check.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ARCMT/atautorelease-check.m b/test/ARCMT/atautorelease-check.m
index 6528f3e62d1e9..d74ef3b61d1fd 100644
--- a/test/ARCMT/atautorelease-check.m
+++ b/test/ARCMT/atautorelease-check.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi %s
+// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
#if __has_feature(objc_arr)
#define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))