diff --git a/compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp b/compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp index 07c143609e94d..cb771f5c95639 100644 --- a/compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp +++ b/compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp @@ -1,6 +1,6 @@ // Test to demonstrate compile-time disabling of container-overflow checks // in order to handle uninstrumented libraries -// UNSUPPORTED: target={{.*windows-msvc.*}} +// UNSUPPORTED: target={{.*windows-.*}} // Mimic a closed-source library compiled without ASan // RUN: %clangxx_asan -fno-sanitize=address -DSHARED_LIB %s %fPIC -shared -o %t-so.so