diff options
Diffstat (limited to 'clang/test/ARCMT/api.m.result')
-rw-r--r-- | clang/test/ARCMT/api.m.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ARCMT/api.m.result b/clang/test/ARCMT/api.m.result index b2b165636bd..7e04e7dc0c8 100644 --- a/clang/test/ARCMT/api.m.result +++ b/clang/test/ARCMT/api.m.result @@ -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" |