summaryrefslogtreecommitdiffstats
path: root/test/ARCMT/nonobjc-to-objc-cast.m
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-01-12 02:34:32 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-01-12 02:34:32 +0000
commitd8b4216c82d6ab1f8f2fb49c052aaea263027d7b (patch)
tree846dff0099839497dfd36af20f8df31a9fe66584 /test/ARCMT/nonobjc-to-objc-cast.m
parent1437425a62dbf7bdb0a855d3ed3b05ed2019ec1e (diff)
[arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/builders/clang-native-mingw32-win7/
are messed up, XFAIL does not help. Waiting until DISABLE is supported.. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ARCMT/nonobjc-to-objc-cast.m')
-rw-r--r--test/ARCMT/nonobjc-to-objc-cast.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ARCMT/nonobjc-to-objc-cast.m b/test/ARCMT/nonobjc-to-objc-cast.m
index 0f89ad7ff8..fcdcd89c9c 100644
--- a/test/ARCMT/nonobjc-to-objc-cast.m
+++ b/test/ARCMT/nonobjc-to-objc-cast.m
@@ -1,7 +1,7 @@
// 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
-// XFAIL: mingw
+// DISABLE: mingw32
#include "Common.h"