summaryrefslogtreecommitdiff
path: root/test/asan/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/lit.cfg')
-rw-r--r--test/asan/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/lit.cfg b/test/asan/lit.cfg
index 47db17916..4b14ab1a4 100644
--- a/test/asan/lit.cfg
+++ b/test/asan/lit.cfg
@@ -190,5 +190,5 @@ if config.host_os == 'Darwin':
# AddressSanitizer tests are currently supported on Linux, Darwin and
# FreeBSD only.
-if config.host_os not in ['Linux', 'Darwin', 'FreeBSD']:
+if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows']:
config.unsupported = True