diff options
Diffstat (limited to 'test/Case.py')
-rw-r--r-- | test/Case.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Case.py b/test/Case.py index 4f08927..435ca4a 100644 --- a/test/Case.py +++ b/test/Case.py @@ -84,3 +84,9 @@ else: test.run(program = test.workpath('main' + _exe), stdout = "foo\nbar\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |