summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/libdispatch/blocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/libdispatch/blocks.c')
-rw-r--r--compiler-rt/test/tsan/libdispatch/blocks.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/blocks.c b/compiler-rt/test/tsan/libdispatch/blocks.c
index 413b2208576..e8f1e28efbe 100644
--- a/compiler-rt/test/tsan/libdispatch/blocks.c
+++ b/compiler-rt/test/tsan/libdispatch/blocks.c
@@ -1,5 +1,5 @@
// RUN: %clang_tsan %s -o %t
-// RUN: %run %t 2>&1 | FileCheck %s
+// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'
#include "dispatch/dispatch.h"
@@ -33,5 +33,3 @@ int main() {
// CHECK: start
// CHECK: block_var = 42
// CHECK: done
-// CHECK-NOT: WARNING: ThreadSanitizer
-// CHECK-NOT: CHECK failed
OpenPOWER on IntegriCloud