diff options
Diffstat (limited to 'test/scons-time/help/options.py')
-rw-r--r-- | test/scons-time/help/options.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/help/options.py b/test/scons-time/help/options.py index 43f4427..8fd192d 100644 --- a/test/scons-time/help/options.py +++ b/test/scons-time/help/options.py @@ -57,3 +57,9 @@ test.run(arguments = '--help') 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: |