diff options
Diffstat (limited to 'test/ARCMT/cxx-rewrite.mm.result')
-rw-r--r-- | test/ARCMT/cxx-rewrite.mm.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ARCMT/cxx-rewrite.mm.result b/test/ARCMT/cxx-rewrite.mm.result index 7c944d5f240a4..a96d254bf4633 100644 --- a/test/ARCMT/cxx-rewrite.mm.result +++ b/test/ARCMT/cxx-rewrite.mm.result @@ -1,7 +1,6 @@ // 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 -// DISABLE: mingw32 #include "Common.h" |