diff options
-rw-r--r-- | compiler-rt/test/msan/wcsncpy.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/wcsncpy.cc b/compiler-rt/test/msan/wcsncpy.cc index eaffbe78d52..b54ff0069fb 100644 --- a/compiler-rt/test/msan/wcsncpy.cc +++ b/compiler-rt/test/msan/wcsncpy.cc @@ -2,6 +2,7 @@ // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out // XFAIL: mips +// REQUIRES: stable-runtime #include <assert.h> #include <wchar.h> |