diff options
Diffstat (limited to 'test/scons-time/func/help.py')
-rw-r--r-- | test/scons-time/func/help.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/func/help.py b/test/scons-time/func/help.py index c451b33..61a1a6d 100644 --- a/test/scons-time/func/help.py +++ b/test/scons-time/func/help.py @@ -55,3 +55,9 @@ test.run(arguments = 'help func') test.must_contain_all_lines(test.stdout(), expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |