diff options
Diffstat (limited to 'test/msan/tls_reuse.cc')
-rw-r--r-- | test/msan/tls_reuse.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/msan/tls_reuse.cc b/test/msan/tls_reuse.cc index 9c2ee975cb57..78a328fa3ce0 100644 --- a/test/msan/tls_reuse.cc +++ b/test/msan/tls_reuse.cc @@ -1,7 +1,6 @@ // RUN: %clangxx_msan -O0 %s -o %t && %run %t // Check that when TLS block is reused between threads, its shadow is cleaned. -// XFAIL: freebsd #include <pthread.h> #include <stdio.h> |