Chromium Code Reviews| Index: test/library/src/program.c |
| diff --git a/test/library/src/program.c b/test/library/src/program.c |
| index d7712cced429c0a98306c90d8af3e2c3960e9fe4..a6de48d58a0cf9e99dcaa9ffc08bf768ef645727 100644 |
| --- a/test/library/src/program.c |
| +++ b/test/library/src/program.c |
| @@ -4,7 +4,7 @@ extern void lib1_function(void); |
| extern void lib2_function(void); |
| extern void moveable_function(void); |
| -int main(int argc, char *argv[]) |
| +int main() |
| { |
| fprintf(stdout, "Hello from program.c\n"); |
| fflush(stdout); |