diff options
Diffstat (limited to 'test/emitter.py')
-rw-r--r-- | test/emitter.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/emitter.py b/test/emitter.py index b76db7c..78de13e 100644 --- a/test/emitter.py +++ b/test/emitter.py @@ -99,3 +99,9 @@ test.must_exist(test.workpath('src', 'emit.1')) test.must_exist(test.workpath('src', 'emit.2')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |