diff options
Diffstat (limited to 'test/Execute.py')
-rw-r--r-- | test/Execute.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Execute.py b/test/Execute.py index 19583ca..409594c 100644 --- a/test/Execute.py +++ b/test/Execute.py @@ -123,3 +123,9 @@ test.must_match('l.out', "l.in\n") test.must_match('m.out', "m.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |