summaryrefslogtreecommitdiff
path: root/compiler-rt/test/asan/TestCases/Windows/msvc/lit.local.cfg.py
blob: 91979845cb23f8e56d91029125e7f412798816c7 (plain)
1
2
3
4
import re

if not re.match(r'.*-windows-msvc$', config.target_triple):
    config.unsupported = True