forked from OSchip/llvm-project
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:
parent
f4b86cb28e
commit
4a7db8cb90
|
@ -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
|
Loading…
Reference in New Issue