diff options
Diffstat (limited to 'compiler-rt/test/msan/tzset.cc')
-rw-r--r-- | compiler-rt/test/msan/tzset.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/tzset.cc b/compiler-rt/test/msan/tzset.cc index 05915e047e1..86805cd56c5 100644 --- a/compiler-rt/test/msan/tzset.cc +++ b/compiler-rt/test/msan/tzset.cc @@ -1,4 +1,5 @@ // RUN: %clangxx_msan -O0 %s -o %t && %run %t +// XFAIL: freebsd #include <stdlib.h> #include <string.h> |