]> git.proxmox.com Git - rustc.git/blame - src/compiler-rt/test/sanitizer_common/TestCases/Posix/lit.local.cfg
New upstream version 1.19.0+dfsg3
[rustc.git] / src / compiler-rt / test / sanitizer_common / TestCases / Posix / lit.local.cfg
CommitLineData
92a42be0
SL
1def getRoot(config):
2 if not config.parent:
3 return config
4 return getRoot(config.parent)
5
6root = getRoot(config)
7
5bcae85e 8if root.host_os in ['Windows']:
92a42be0 9 config.unsupported = True