summaryrefslogtreecommitdiffstats
path: root/test/ARCMT/nonobjc-to-objc-cast.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/nonobjc-to-objc-cast.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/nonobjc-to-objc-cast.m')
-rw-r--r--test/ARCMT/nonobjc-to-objc-cast.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ARCMT/nonobjc-to-objc-cast.m b/test/ARCMT/nonobjc-to-objc-cast.m
index 55b6655fa4..b7d2a734b9 100644
--- a/test/ARCMT/nonobjc-to-objc-cast.m
+++ b/test/ARCMT/nonobjc-to-objc-cast.m
@@ -1,7 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
// RUN: diff %t %s.result
-// DISABLE: mingw32
#include "Common.h"