[libc++][NFC] Fix signature of main in test
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 8 Aug 2022 13:30:21 +0000 (09:30 -0400)
committerTobias Hieta <tobias@hieta.se>
Fri, 12 Aug 2022 06:36:00 +0000 (08:36 +0200)
(cherry picked from commit 27442728cd2e28bfaf0f2d89ad6378b4377e9c66)

libcxx/test/support/test.support/test_proxy.pass.cpp

index 29583865deae94842bf76da79ca27e6cc233dd07..8eef9fd6fcdef784565d38529be152745aeec932 100644 (file)
@@ -293,7 +293,7 @@ constexpr bool test() {
   return true;
 }
 
-int main(int, const char**) {
+int main(int, char**) {
   test();
   static_assert(test());