diff options
Diffstat (limited to 'test/builderrors.py')
-rw-r--r-- | test/builderrors.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/builderrors.py b/test/builderrors.py index 88260c0..733b539 100644 --- a/test/builderrors.py +++ b/test/builderrors.py @@ -204,3 +204,9 @@ test.must_not_contain_any_line(test.stderr(), ['Exception', 'Traceback']) # No tests failed; OK. test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |