summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AArch64/lit.local.cfg')
-rw-r--r--llvm/test/CodeGen/AArch64/lit.local.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AArch64/lit.local.cfg b/llvm/test/CodeGen/AArch64/lit.local.cfg
index f4f77c5aa31..ee7a56fb7fc 100644
--- a/llvm/test/CodeGen/AArch64/lit.local.cfg
+++ b/llvm/test/CodeGen/AArch64/lit.local.cfg
@@ -2,7 +2,3 @@ import re
if not 'AArch64' in config.root.targets:
config.unsupported = True
-
-# For now we don't test arm64-win32.
-if re.search(r'cygwin|mingw32|win32|windows-gnu|windows-msvc', config.target_triple):
- config.unsupported = True
OpenPOWER on IntegriCloud