diff options
Diffstat (limited to 'compiler-rt/test/tsan/libdispatch/source-serial.c')
-rw-r--r-- | compiler-rt/test/tsan/libdispatch/source-serial.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/source-serial.c b/compiler-rt/test/tsan/libdispatch/source-serial.c index 70963960c75..3f22c44046a 100644 --- a/compiler-rt/test/tsan/libdispatch/source-serial.c +++ b/compiler-rt/test/tsan/libdispatch/source-serial.c @@ -1,9 +1,6 @@ // RUN: %clang_tsan %s -o %t // RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer' -// TODO(yln): fails on one of our bots, need to investigate -// REQUIRES: disabled - #include <dispatch/dispatch.h> #include <stdio.h> |