Skip to content

Commit

Permalink
[libc++][NFC] Fix signature of main in test
Browse files Browse the repository at this point in the history
(cherry picked from commit 2744272)
  • Loading branch information
ldionne authored and tru committed Aug 12, 2022
1 parent 062aab1 commit c3edca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/test/support/test.support/test_proxy.pass.cpp
Expand Up @@ -293,7 +293,7 @@ constexpr bool test() {
return true;
}

int main(int, const char**) {
int main(int, char**) {
test();
static_assert(test());

Expand Down

0 comments on commit c3edca9

Please sign in to comment.