Skip to content

Commit ea64f37

Browse files
committed
[TSan] Fix test failing on Linux
llvm-svn: 368641 (cherry picked from commit d8c47d5)
1 parent 9aa6c13 commit ea64f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Check that calling dispatch_once from a report callback works.
22

33
// RUN: %clang_tsan %s -o %t
4-
// RUN: not %run %t 2>&1 | FileCheck %s
4+
// RUN: not %env_tsan_opts=ignore_noninstrumented_modules=0 %run %t 2>&1 | FileCheck %s
55

66
#include <dispatch/dispatch.h>
77

0 commit comments

Comments
 (0)