aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/strcat-overlap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/strcat-overlap.cc')
-rw-r--r--test/asan/TestCases/strcat-overlap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/strcat-overlap.cc b/test/asan/TestCases/strcat-overlap.cc
index 89991fbd7881..5539b130f4e2 100644
--- a/test/asan/TestCases/strcat-overlap.cc
+++ b/test/asan/TestCases/strcat-overlap.cc
@@ -31,7 +31,7 @@
// depending on how strcat() is implemented. For now only run
// on platforms where we know the test passes.
// REQUIRES: x86_64h-darwin || x86_64-darwin || i386-darwin || x86_64-linux || i386-linux
-// UNSUPPORTED: win32
+// UNSUPPORTED: windows-msvc
// UNSUPPORTED: android
#include <string.h>