diff options
Diffstat (limited to 'compiler-rt/test/tsan/libdispatch/target-queue-norace.c')
-rw-r--r-- | compiler-rt/test/tsan/libdispatch/target-queue-norace.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/target-queue-norace.c b/compiler-rt/test/tsan/libdispatch/target-queue-norace.c index b5361c81f60..893e0c4f4dc 100644 --- a/compiler-rt/test/tsan/libdispatch/target-queue-norace.c +++ b/compiler-rt/test/tsan/libdispatch/target-queue-norace.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" @@ -37,5 +37,4 @@ int main(int argc, const char *argv[]) { return 0; } -// CHECK-NOT: WARNING: ThreadSanitizer // CHECK: Done. |