From 5a7c5069da444b746ae59061eb40f0fdf5ded97c Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 13 Dec 2016 00:29:51 +0000 Subject: [PATCH] Revert "Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now." This reverts commit r249937. llvm-svn: 289502 --- llvm/test/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index 523d69ca0589..48de33346833 100644 --- a/llvm/test/lit.cfg +++ b/llvm/test/lit.cfg @@ -495,7 +495,7 @@ if 'darwin' == sys.platform: config.available_features.add('fma3') sysctl_cmd.wait() -if platform.system() in ['Windows'] and re.match(r'.*-win32$', config.target_triple): +if platform.system() in ['Windows']: # For tests that require Windows to run. config.available_features.add('system-windows')