diff options
| -rw-r--r-- | compiler-rt/test/tsan/libdispatch/io-race.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/io-race.c b/compiler-rt/test/tsan/libdispatch/io-race.c index 27d315c4b27..d415104a667 100644 --- a/compiler-rt/test/tsan/libdispatch/io-race.c +++ b/compiler-rt/test/tsan/libdispatch/io-race.c @@ -1,8 +1,6 @@  // RUN: %clang_tsan %s -o %t  // RUN: %deflake %run %t 2>&1 | FileCheck %s -// REQUIRES: disabled -  #include <dispatch/dispatch.h>  #include "../test.h"  | 

