diff options
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc b/compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc index 4367e24746c..eaed8200c9a 100644 --- a/compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc +++ b/compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc @@ -6,7 +6,7 @@ // When built as C on Linux, strndup is transformed to __strndup. // RUN: %clangxx_asan -O3 -xc %s -o %t && not %run %t 2>&1 | FileCheck %s -// UNSUPPORTED: win32 +// UNSUPPORTED: win32,s390 #include <string.h> |

