diff options
Diffstat (limited to 'clang/test/ARCMT/GC.m')
-rw-r--r-- | clang/test/ARCMT/GC.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/ARCMT/GC.m b/clang/test/ARCMT/GC.m index 86e8b9b9630..d309dabf68e 100644 --- a/clang/test/ARCMT/GC.m +++ b/clang/test/ARCMT/GC.m @@ -3,6 +3,7 @@ // RUN: diff %t %s.result // RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t // RUN: diff %t %s.result +// DISABLE: mingw32 #include "Common.h" #include "GC.h" |