[libcxx-commits] [libcxx] [libc++][test] re-enable the inference test for clang (PR #168258)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Nov 16 01:20:01 PST 2025
https://github.com/huixie90 created https://github.com/llvm/llvm-project/pull/168258
None
>From 2274552045298adad375a4ce8802e1b7b676dc96 Mon Sep 17 00:00:00 2001
From: Hui Xie <hui.xie1990 at gmail.com>
Date: Sun, 16 Nov 2025 09:19:38 +0000
Subject: [PATCH] [libc++][test] re-enable the inference test for clang
---
.../support.dynamic/hardware_inference_size.compile.pass.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp b/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
index 2656f0595bf50..aed3d42161bae 100644
--- a/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
+++ b/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14
-// UNSUPPORTED: (clang || apple-clang) && stdlib=libc++
#include <new>
More information about the libcxx-commits
mailing list