xref: /llvm-project/compiler-rt/test/asan/TestCases/Windows/msvc/lit.local.cfg.py (revision f98ee40f4b5d7474fc67e82824bf6abbaedb7b1c)
1import re
2
3if not re.match(r".*-windows-msvc$", config.target_triple):
4    config.unsupported = True
5