summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/libdispatch/source-registration2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/libdispatch/source-registration2.c')
-rw-r--r--compiler-rt/test/tsan/libdispatch/source-registration2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/source-registration2.c b/compiler-rt/test/tsan/libdispatch/source-registration2.c
index 1e51f6f36b8..2bfd0b5ddf2 100644
--- a/compiler-rt/test/tsan/libdispatch/source-registration2.c
+++ b/compiler-rt/test/tsan/libdispatch/source-registration2.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"
@@ -35,4 +35,3 @@ int main(int argc, const char *argv[]) {
}
// CHECK: global = 42
-// CHECK-NOT: WARNING: ThreadSanitizer
OpenPOWER on IntegriCloud