diff options
Diffstat (limited to 'test/scons-time/func/glob.py')
-rw-r--r-- | test/scons-time/func/glob.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/func/glob.py b/test/scons-time/func/glob.py index 4a629ed..d3fd960 100644 --- a/test/scons-time/func/glob.py +++ b/test/scons-time/func/glob.py @@ -55,3 +55,9 @@ test.run(arguments = 'func foo-*.prof', stdout = expect) 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: |