[libcxx-commits] [libcxx] [libc++][span][test] Various cleanups for <span> tests (PR #202319)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 8 05:41:57 PDT 2026


================
@@ -102,7 +101,7 @@ constexpr bool testSpan() {
 
 struct A {};
 
-int main(int, char**) {
+int main() {
----------------
frederick-vs-ja wrote:

I don't think we should change the type of `main` function in all test files. The current type (`int(int, char**)`) was intended, see 2df59c50688c122bbcae7467d3eaf862c3ea3088 (https://reviews.llvm.org/D57624).

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


More information about the libcxx-commits mailing list