diff options
Diffstat (limited to 'test/scons-time/run/option/scons.py')
-rw-r--r-- | test/scons-time/run/option/scons.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/run/option/scons.py b/test/scons-time/run/option/scons.py index 14ac18d..0bf883b 100644 --- a/test/scons-time/run/option/scons.py +++ b/test/scons-time/run/option/scons.py @@ -57,3 +57,9 @@ test.must_match('foo-000-1.log', "my_scons.py: %s\n" % prof1) test.must_match('foo-000-2.log', "my_scons.py: %s\n" % prof2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |