diff options
-rw-r--r-- | compiler-rt/test/tsan/ignored-interceptors-mmap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp b/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp index c2116130b08..451fd1b6c67 100644 --- a/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp +++ b/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp @@ -1,7 +1,6 @@ // RUN: %clangxx_tsan -O0 %s -o %t // RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-RACE // RUN: %run %t ignore 2>&1 | FileCheck %s --check-prefix=CHECK-IGNORE -// XFAIL: netbsd #include <sys/mman.h> #include <string.h> |