summaryrefslogtreecommitdiffstats
path: root/test/ARCMT/checking-in-arc.m
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-08 21:12:19 +0000
committerAlp Toker <alp@nuanti.com>2013-12-08 21:12:19 +0000
commitc6a8fe3785eaf81f5b6f90fd073bbd479e7a7a3d (patch)
tree1461d3f6edddddfc01bb26d3f5b456c1abb37826 /test/ARCMT/checking-in-arc.m
parent7567699364f8733d5eb66e528cdb70bb15ded261 (diff)
Remove all DISABLE lines from tests
There's no evidence that a 'DISABLE' directive ever existed. Let's see if anything breaks.. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ARCMT/checking-in-arc.m')
-rw-r--r--test/ARCMT/checking-in-arc.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ARCMT/checking-in-arc.m b/test/ARCMT/checking-in-arc.m
index 40d9b16845..d41a162289 100644
--- a/test/ARCMT/checking-in-arc.m
+++ b/test/ARCMT/checking-in-arc.m
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -arcmt-check -fobjc-arc -fobjc-runtime=macosx-10.8.0 -triple x86_64-apple-darwin12 -fblocks -Werror %s
-// DISABLE: mingw32
#if __has_feature(objc_arc)
#define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))