Chromium Code Reviews| Index: test/compilable/src/program.cpp |
| diff --git a/test/compilable/src/program.cpp b/test/compilable/src/program.cpp |
| index 81420bad4310b0c661943f98bbe115871175d83a..8af2c9b6ffcb2291ddd8f96620c1bbbed6f78b4b 100644 |
| --- a/test/compilable/src/program.cpp |
| +++ b/test/compilable/src/program.cpp |
| @@ -1,7 +1,7 @@ |
| #include <stdio.h> |
| #include "lib1.hpp" |
| -int main(int argc, char *argv[]) { |
| +int main(void) { |
| fprintf(stdout, "Hello from program.c\n"); |
| fflush(stdout); |
| lib1_function(); |