forked from OSchip/llvm-project
[libc++][NFC] Fix signature of main in test
This commit is contained in:
parent
b53d44fe47
commit
27442728cd
|
@ -293,7 +293,7 @@ constexpr bool test() {
|
|||
return true;
|
||||
}
|
||||
|
||||
int main(int, const char**) {
|
||||
int main(int, char**) {
|
||||
test();
|
||||
static_assert(test());
|
||||
|
||||
|
|
Loading…
Reference in New Issue