mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[TSan] Fix test failing on Linux
llvm-svn: 368641
This commit is contained in:
parent
3ffa688dfc
commit
d8c47d52da
@ -1,7 +1,7 @@
|
||||
// Check that calling dispatch_once from a report callback works.
|
||||
|
||||
// RUN: %clang_tsan %s -o %t
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
// RUN: not %env_tsan_opts=ignore_noninstrumented_modules=0 %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <dispatch/dispatch.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user