[libcxx-commits] [libcxx] [libc++][span][test] Various cleanups for <span> tests (PR #202319)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 8 05:54:07 PDT 2026
================
@@ -102,7 +101,7 @@ constexpr bool testSpan() {
struct A {};
-int main(int, char**) {
+int main() {
----------------
eiytoq wrote:
Thanks, reverted.
https://github.com/llvm/llvm-project/pull/202319
More information about the libcxx-commits
mailing list