diff options
Diffstat (limited to 'test/Help.py')
-rw-r--r-- | test/Help.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Help.py b/test/Help.py index d6e71ea..747fe59 100644 --- a/test/Help.py +++ b/test/Help.py @@ -83,3 +83,9 @@ Use scons -H for help about command-line options. test.run(arguments = '-h', stdout = expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |