Revert "Mark tsan cxa_guard_acquire test as unsupported on Darwin"

This reverts commit 593275c93c5cd3e02819f012f812eee19081911b.

This test now passes again.
This commit is contained in:
Julian Lettner 2021-11-03 18:21:52 -07:00
parent 9c137f7668
commit f643afa25f

View File

@ -1,4 +1,3 @@
// UNSUPPORTED: darwin
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
#include <stdio.h>