Chromium Code Reviews| Index: test/product/hello.c |
| diff --git a/test/product/hello.c b/test/product/hello.c |
| index 94798f3e751d0a94d5556198b4861d4d3b432b0b..41fdff0e382361da1e120bdc9d0f233c527437cb 100644 |
| --- a/test/product/hello.c |
| +++ b/test/product/hello.c |
| @@ -8,7 +8,7 @@ int func1(void) { |
| return 42; |
| } |
| -int main(int argc, char *argv[]) { |
| +int main(void) { |
| printf("Hello, world!\n"); |
| printf("%d\n", func1()); |
| return 0; |