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