summaryrefslogtreecommitdiff
path: root/test/tsan/libdispatch/after.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/libdispatch/after.c')
-rw-r--r--test/tsan/libdispatch/after.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tsan/libdispatch/after.c b/test/tsan/libdispatch/after.c
index 59281e76d..7ec2e10af 100644
--- a/test/tsan/libdispatch/after.c
+++ b/test/tsan/libdispatch/after.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"
@@ -39,4 +39,3 @@ int main(int argc, const char *argv[]) {
// CHECK: start
// CHECK: done
-// CHECK-NOT: WARNING: ThreadSanitizer