diff options
Diffstat (limited to 'test/scons-time/obj/no-args.py')
-rw-r--r-- | test/scons-time/obj/no-args.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/obj/no-args.py b/test/scons-time/obj/no-args.py index a4d3f84..9350b79 100644 --- a/test/scons-time/obj/no-args.py +++ b/test/scons-time/obj/no-args.py @@ -40,3 +40,9 @@ scons-time: obj: Must specify an object name. test.run(arguments = 'obj', status = 1, stderr = expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |