[TSan][libdispatch] Enable test that supposedly deadlocks on bot

Re-enable test that was disabled because it deadlocks when running on
the bot, but was never enabled again. Can't reproduce deadlock locally
so trying to investigate by re-enabling test.

llvm-svn: 360388
This commit is contained in:
Julian Lettner 2019-05-09 22:47:19 +00:00
parent 8900944109
commit a335d85763
1 changed files with 0 additions and 2 deletions

View File

@ -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"