diff options
Diffstat (limited to 'test/option/tree-lib.py')
-rw-r--r-- | test/option/tree-lib.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/tree-lib.py b/test/option/tree-lib.py index c9293c2..2721344 100644 --- a/test/option/tree-lib.py +++ b/test/option/tree-lib.py @@ -80,3 +80,9 @@ test.must_contain_all_lines(test.stdout(), [expect]) test.up_to_date(arguments = 'foo.h') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |