Add 'Windows' to the disabled platforms list for the Kaleidoscope tests.

Expands on the check from r354645.

llvm-svn: 354646
This commit is contained in:
Lang Hames 2019-02-22 01:44:23 +00:00
parent f4b86cb28e
commit 4a7db8cb90
1 changed files with 1 additions and 1 deletions

View 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