Skip to content

Commit c6ee456

Browse files
authored
Merge pull request #37 from apple/tsan-libdispatch-linux-ci
[TSan] Fix test failing on Linux
2 parents 5cbb824 + ea64f37 commit c6ee456

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)