Remove xfail NetBSD mark from ignored-interceptors-mmap.cpp
authorKamil Rytarowski <n54@gmx.com>
Tue, 10 Sep 2019 23:42:16 +0000 (23:42 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 10 Sep 2019 23:42:16 +0000 (23:42 +0000)
This test now passes.

llvm-svn: 371574

compiler-rt/test/tsan/ignored-interceptors-mmap.cpp

index c211613..451fd1b 100644 (file)
@@ -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>