summaryrefslogtreecommitdiff
path: root/test/LTO/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/LTO/lit.local.cfg')
-rw-r--r--test/LTO/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LTO/lit.local.cfg b/test/LTO/lit.local.cfg
index f61943a77a..7a70736aea 100644
--- a/test/LTO/lit.local.cfg
+++ b/test/LTO/lit.local.cfg
@@ -2,5 +2,5 @@ targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True
-if config.root.host_os in ['Cygwin', 'MingW', 'Windows']:
+if config.root.host_os in ['Cygwin']:
config.unsupported = True