diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/set_shadow_test.c')
-rw-r--r-- | compiler-rt/test/asan/TestCases/set_shadow_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/set_shadow_test.c b/compiler-rt/test/asan/TestCases/set_shadow_test.c index daa79a66a38..95bbd829ba8 100644 --- a/compiler-rt/test/asan/TestCases/set_shadow_test.c +++ b/compiler-rt/test/asan/TestCases/set_shadow_test.c @@ -6,7 +6,7 @@ // RUN: not %run %t 0xf5 2>&1 | FileCheck %s -check-prefix=XF5 // RUN: not %run %t 0xf8 2>&1 | FileCheck %s -check-prefix=XF8 -// XFAIL: win32 +// XFAIL: windows-msvc #include <assert.h> #include <sanitizer/asan_interface.h> |