diff --git a/compiler-rt/test/tsan/libdispatch/io-race.c b/compiler-rt/test/tsan/libdispatch/io-race.c index 27d315c4b27f..d415104a6675 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"