Chromium Code Reviews| Index: test/generator-output/src/prog1.c |
| diff --git a/test/generator-output/src/prog1.c b/test/generator-output/src/prog1.c |
| index 656f81d5fe5d79347a48091df20d088cf67dc2a3..1295c9667c92c0fe46f5449951ad376f39f51948 100644 |
| --- a/test/generator-output/src/prog1.c |
| +++ b/test/generator-output/src/prog1.c |
| @@ -6,7 +6,7 @@ |
| #include "include3.h" |
| #include "deeper.h" |
| -int main(int argc, char *argv[]) |
| +int main() |
| { |
| printf("Hello from prog1.c\n"); |
| printf("Hello from %s\n", INC_STRING); |