diff options
Diffstat (limited to 'test/scons-time/func/basic.py')
-rw-r--r-- | test/scons-time/func/basic.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/func/basic.py b/test/scons-time/func/basic.py index 66c5853..fe24f99 100644 --- a/test/scons-time/func/basic.py +++ b/test/scons-time/func/basic.py @@ -47,3 +47,9 @@ expect = r'\d.\d\d\d prof\.py:1\(_main\)' + '\n' test.run(arguments = 'func foo.prof', stdout = expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |