[TSan] Fix test failing on Linux

llvm-svn: 368641
This commit is contained in:
Julian Lettner 2019-08-13 00:37:48 +00:00
parent 3ffa688dfc
commit d8c47d52da

View File

@ -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>