We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cbb824 + ea64f37 commit c6ee456Copy full SHA for c6ee456
compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c
@@ -1,7 +1,7 @@
1
// Check that calling dispatch_once from a report callback works.
2
3
// RUN: %clang_tsan %s -o %t
4
-// RUN: not %run %t 2>&1 | FileCheck %s
+// RUN: not %env_tsan_opts=ignore_noninstrumented_modules=0 %run %t 2>&1 | FileCheck %s
5
6
#include <dispatch/dispatch.h>
7
0 commit comments