diff options
Diffstat (limited to 'test/scons-time/obj/glob.py')
-rw-r--r-- | test/scons-time/obj/glob.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/obj/glob.py b/test/scons-time/obj/glob.py index 4af2854..07ccccc 100644 --- a/test/scons-time/obj/glob.py +++ b/test/scons-time/obj/glob.py @@ -50,3 +50,9 @@ test.run(arguments = 'obj Builder.BuilderBase foo-*.log', stdout = expect) test.run(arguments = 'obj Builder.BuilderBase foo-?.log', stdout = expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |