[libcxx-commits] [libcxx] [libc++][C++03] Split libc++-specific tests for the frozen headers (PR #144093)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 9 08:35:53 PDT 2025


================
@@ -0,0 +1,130 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

I would argue that this test doesn't add much value anymore. If Clang doesn't support an extension and we happen to use it, our tests will fail when we try to use it. I don't see what's actionable if this test fails. I'd remove the original test instead.

https://github.com/llvm/llvm-project/pull/144093


More information about the libcxx-commits mailing list