diff --git a/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c b/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c index 2df40fafbe7fa..a2b6b264153c2 100644 --- a/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c +++ b/compiler-rt/test/asan/TestCases/mapped_mem_interceptors.c @@ -1,6 +1,7 @@ // Test for mmap/munmap interceptors. // RUN: %clang_asan %s -o %t // RUN: %run %t 2>&1 +// UNSUPPORTED: target={{.*windows.*}} #include #include