aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/test/test_fallback_malloc.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxxabi/test/test_fallback_malloc.pass.cpp')
-rw-r--r--libcxxabi/test/test_fallback_malloc.pass.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/libcxxabi/test/test_fallback_malloc.pass.cpp b/libcxxabi/test/test_fallback_malloc.pass.cpp
index 885960d..c8a6a07 100644
--- a/libcxxabi/test/test_fallback_malloc.pass.cpp
+++ b/libcxxabi/test/test_fallback_malloc.pass.cpp
@@ -11,12 +11,7 @@
#include <cassert>
#include <inttypes.h>
-// TODO: Temporary workaround, see https://github.com/llvm/llvm-project/pull/79654#issuecomment-1919397302
-#if __has_include(<__thread/support.h>)
-# include <__thread/support.h>
-#else
-# include <__threading_support>
-#endif
+#include <__thread/support.h>
// UNSUPPORTED: c++03
// UNSUPPORTED: modules-build && no-threads