diff options
Diffstat (limited to 'test/option/debug-dtree.py')
-rw-r--r-- | test/option/debug-dtree.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/option/debug-dtree.py b/test/option/debug-dtree.py index c93ff7f..0a7f4d2 100644 --- a/test/option/debug-dtree.py +++ b/test/option/debug-dtree.py @@ -46,9 +46,9 @@ test.write('foo.c', r""" #include "foo.h" int main(int argc, char *argv[]) { - argv[argc++] = "--"; - printf("f1.c\n"); - exit (0); + argv[argc++] = "--"; + printf("f1.c\n"); + exit (0); } """) |