Chromium Code Reviews| Index: test/generator-output/src/subdir2/deeper/deeper.c |
| diff --git a/test/generator-output/src/subdir2/deeper/deeper.c b/test/generator-output/src/subdir2/deeper/deeper.c |
| index 56c49d1f78b9789d002dd91237cb45bc542ec66b..843505cd11cd8bd0c5ffb1667ab225e6befda5dc 100644 |
| --- a/test/generator-output/src/subdir2/deeper/deeper.c |
| +++ b/test/generator-output/src/subdir2/deeper/deeper.c |
| @@ -1,6 +1,6 @@ |
| #include <stdio.h> |
| -int main(int argc, char *argv[]) |
| +int main(void) |
| { |
| printf("Hello from deeper.c\n"); |
| return 0; |