diff options
Diffstat (limited to 'test/option--cs.py')
-rw-r--r-- | test/option--cs.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/option--cs.py b/test/option--cs.py index 5f0ec39..16a3a73 100644 --- a/test/option--cs.py +++ b/test/option--cs.py @@ -161,9 +161,9 @@ test.write(['src2', 'hello.c'], r"""\ int main(int argc, char *argv[]) { - argv[argc++] = "--"; - printf("src2/hello.c\n"); - exit (0); + argv[argc++] = "--"; + printf("src2/hello.c\n"); + exit (0); } """) |