[test] Convert remove-note.test from \r\n to \n after #118739
[llvm-project.git] / compiler-rt / test / lsan / TestCases / Posix / lit.local.cfg.py
blob63240c3962565618f7be49f1cd44ef2a1f7e986c
1 def getRoot(config):
2 if not config.parent:
3 return config
4 return getRoot(config.parent)
7 root = getRoot(config)
9 if root.host_os in ["Windows"]:
10 config.unsupported = True