diff options
Diffstat (limited to 'test/Program.py')
-rw-r--r-- | test/Program.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Program.py b/test/Program.py index 06562dc..a2b0e4b 100644 --- a/test/Program.py +++ b/test/Program.py @@ -15,6 +15,7 @@ test.write('foo.c', """ int main(int argc, char *argv[]) { + argv[argc++] = "--"; printf("foo.c\n"); exit (0); } |