diff options
| author | Julian Lettner <jlettner@apple.com> | 2019-08-13 00:37:48 +0000 |
|---|---|---|
| committer | Julian Lettner <jlettner@apple.com> | 2019-08-13 00:37:48 +0000 |
| commit | d8c47d52da518e9c3c3c9053419ef36dbfbd441b (patch) | |
| tree | b7be132702fcae9139d1dd25f4b6b8df9de487b0 | |
| parent | 3ffa688dfca4983655d1c9f79e60c70a6404da34 (diff) | |
| download | bcm5719-llvm-d8c47d52da518e9c3c3c9053419ef36dbfbd441b.tar.gz bcm5719-llvm-d8c47d52da518e9c3c3c9053419ef36dbfbd441b.zip | |
[TSan] Fix test failing on Linux
llvm-svn: 368641
| -rw-r--r-- | compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c b/compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c index 8379f81a910..9c7c47e9235 100644 --- a/compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c +++ b/compiler-rt/test/tsan/libdispatch/dispatch_once_deadlock.c @@ -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> |

