mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-11 17:08:42 +00:00
Remove xfail NetBSD mark from ignored-interceptors-mmap.cpp
This test now passes. llvm-svn: 371574
This commit is contained in:
parent
f9cc0393b3
commit
0910a03bc2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user