diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-01-12 02:34:32 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-01-12 02:34:32 +0000 |
commit | d8b4216c82d6ab1f8f2fb49c052aaea263027d7b (patch) | |
tree | 846dff0099839497dfd36af20f8df31a9fe66584 /test/ARCMT/atautorelease-3.m | |
parent | 1437425a62dbf7bdb0a855d3ed3b05ed2019ec1e (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/atautorelease-3.m')
-rw-r--r-- | test/ARCMT/atautorelease-3.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ARCMT/atautorelease-3.m b/test/ARCMT/atautorelease-3.m index c32ae5adae..0b6abdf83c 100644 --- a/test/ARCMT/atautorelease-3.m +++ b/test/ARCMT/atautorelease-3.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 @interface NSAutoreleasePool - drain; |