[msan] Remove XFAIL: freebsd from test/msan/tls_reuse.cc

This passes now.

llvm-svn: 340132
This commit is contained in:
Fangrui Song 2018-08-18 23:25:55 +00:00
parent 6373f5ddee
commit b2f8ba0dec
1 changed files with 0 additions and 1 deletions

View File

@ -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>