aboutsummaryrefslogtreecommitdiff
path: root/test/msan/strndup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/strndup.cc')
-rw-r--r--test/msan/strndup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/strndup.cc b/test/msan/strndup.cc
index d4b9af1a9a6e..07bdd9f8f5fb 100644
--- a/test/msan/strndup.cc
+++ b/test/msan/strndup.cc
@@ -4,7 +4,7 @@
// When built as C on Linux, strndup is transformed to __strndup.
// RUN: %clangxx_msan -O3 -xc %s -o %t && not %run %t 2>&1 | FileCheck --check-prefix=ON %s
-// UNSUPPORTED: win32
+// UNSUPPORTED: windows-msvc
#include <assert.h>
#include <stdlib.h>