diff options
Diffstat (limited to 'test/asan/TestCases/atoll_strict.c')
-rw-r--r-- | test/asan/TestCases/atoll_strict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/atoll_strict.c b/test/asan/TestCases/atoll_strict.c index 2b02354a92ebe..0cb568969250c 100644 --- a/test/asan/TestCases/atoll_strict.c +++ b/test/asan/TestCases/atoll_strict.c @@ -11,7 +11,7 @@ // RUN: %env_asan_opts=strict_string_checks=true not %run %t test3 2>&1 | FileCheck %s --check-prefix=CHECK3 // FIXME: Needs Windows interceptor. -// XFAIL: win32 +// XFAIL: windows-msvc #include <assert.h> #include <stdlib.h> |