diff options
Diffstat (limited to 'test/scons-time/func/no-args.py')
-rw-r--r-- | test/scons-time/func/no-args.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/func/no-args.py b/test/scons-time/func/no-args.py index 0767ae6..4e2df8d 100644 --- a/test/scons-time/func/no-args.py +++ b/test/scons-time/func/no-args.py @@ -41,3 +41,9 @@ scons-time: func: No arguments specified. test.run(arguments = 'func', status = 1, stderr = expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |