diff options
Diffstat (limited to 'test/option/debug-tree.py')
-rw-r--r-- | test/option/debug-tree.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/option/debug-tree.py b/test/option/debug-tree.py index 975e9b3..faf85d9 100644 --- a/test/option/debug-tree.py +++ b/test/option/debug-tree.py @@ -50,9 +50,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); } """) |