summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/strncasecmp_strict.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/strncasecmp_strict.c')
-rw-r--r--test/asan/TestCases/strncasecmp_strict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/strncasecmp_strict.c b/test/asan/TestCases/strncasecmp_strict.c
index aa658402b42b..bd937214092d 100644
--- a/test/asan/TestCases/strncasecmp_strict.c
+++ b/test/asan/TestCases/strncasecmp_strict.c
@@ -14,7 +14,7 @@
// RUN: %env_asan_opts=strict_string_checks=false %run %t i 2>&1
// RUN: %env_asan_opts=strict_string_checks=true not %run %t i 2>&1 | FileCheck %s
-// XFAIL: win32
+// XFAIL: windows-msvc
#include <assert.h>
#include <stdlib.h>