diff --git a/llvm/test/Examples/lit.local.cfg b/llvm/test/Examples/lit.local.cfg index 9f0b1ca30ddfa1344e54ddc4596a6de69a98b39f..72f5c0fff056d75539135873fd17b3b9b345dd62 100644 --- a/llvm/test/Examples/lit.local.cfg +++ b/llvm/test/Examples/lit.local.cfg @@ -1,2 +1,2 @@ -if not config.build_examples and not sys.platform in ['win32', 'Windows']: +if not config.build_examples or sys.platform in ['win32']: config.unsupported = True \ No newline at end of file