diff options
Diffstat (limited to 'test/scons-time/time/prefix.py')
-rw-r--r-- | test/scons-time/time/prefix.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/time/prefix.py b/test/scons-time/time/prefix.py index cf0462a..d12287d 100644 --- a/test/scons-time/time/prefix.py +++ b/test/scons-time/time/prefix.py @@ -60,3 +60,9 @@ test.run(arguments = 'time -p bar', stdout = bar_expect) test.run(arguments = 'time --prefix=foo', stdout = foo_expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |