summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/libdispatch/io-cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/libdispatch/io-cleanup.c')
-rw-r--r--compiler-rt/test/tsan/libdispatch/io-cleanup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/io-cleanup.c b/compiler-rt/test/tsan/libdispatch/io-cleanup.c
index 3e1c9d78e9c..8c0ad8f6391 100644
--- a/compiler-rt/test/tsan/libdispatch/io-cleanup.c
+++ b/compiler-rt/test/tsan/libdispatch/io-cleanup.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>
@@ -54,5 +54,4 @@ int main(int argc, const char *argv[]) {
}
// CHECK: Hello world.
-// CHECK-NOT: WARNING: ThreadSanitizer
// CHECK: Done.
OpenPOWER on IntegriCloud