Skip to content

Commit

Permalink
[TSan] Fix test failing on Linux
Browse files Browse the repository at this point in the history
llvm-svn: 368641
  • Loading branch information
yln committed Aug 13, 2019
1 parent 3ffa688 commit d8c47d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c
Original file line number Diff line number Diff line change
@@ -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>

Expand Down

0 comments on commit d8c47d5

Please sign in to comment.