diff options
Diffstat (limited to 'test/overrides.py')
-rw-r--r-- | test/overrides.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/overrides.py b/test/overrides.py index ac936d5..d706ab7 100644 --- a/test/overrides.py +++ b/test/overrides.py @@ -127,3 +127,9 @@ assert test.read('goodbye.not_exe') == 'this is not a program!' test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |