diff options
Diffstat (limited to 'test/option/d.py')
-rw-r--r-- | test/option/d.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/d.py b/test/option/d.py index 0f8a9a5..055769a 100644 --- a/test/option/d.py +++ b/test/option/d.py @@ -142,3 +142,9 @@ test.run(program = test.workpath('subdir/ddd'), stdout = "subdir/ddd.c\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |