aboutsummaryrefslogtreecommitdiff
path: root/test/ARCMT/protected-scope.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/ARCMT/protected-scope.m')
-rw-r--r--test/ARCMT/protected-scope.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ARCMT/protected-scope.m b/test/ARCMT/protected-scope.m
index 8aece44d4ffa..b522f54cdf7c 100644
--- a/test/ARCMT/protected-scope.m
+++ b/test/ARCMT/protected-scope.m
@@ -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"