Add 'Windows' to the disabled platforms list for the Kaleidoscope tests.
authorLang Hames <lhames@gmail.com>
Fri, 22 Feb 2019 01:44:23 +0000 (01:44 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 22 Feb 2019 01:44:23 +0000 (01:44 +0000)
Expands on the check from r354645.

llvm-svn: 354646

llvm/test/Examples/lit.local.cfg

index 21d227c..9f0b1ca 100644 (file)
@@ -1,2 +1,2 @@
-if not config.build_examples and not sys.platform in ['win32']:
+if not config.build_examples and not sys.platform in ['win32', 'Windows']:
   config.unsupported = True
\ No newline at end of file