diff options
Diffstat (limited to 'test/scons-time/run/config/subdir.py')
-rw-r--r-- | test/scons-time/run/config/subdir.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/run/config/subdir.py b/test/scons-time/run/config/subdir.py index b463868..1d7ca8e 100644 --- a/test/scons-time/run/config/subdir.py +++ b/test/scons-time/run/config/subdir.py @@ -63,3 +63,9 @@ def re_find(content, line): test.must_contain_all_lines(content, expect, 'foo-000-0.log', re_find) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |