diff options
Diffstat (limited to 'test/Interactive/version.py')
-rw-r--r-- | test/Interactive/version.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Interactive/version.py b/test/Interactive/version.py index 37163a3..f948db7 100644 --- a/test/Interactive/version.py +++ b/test/Interactive/version.py @@ -80,3 +80,9 @@ if not test.match_re(stdout, expect1) and not test.match_re(stdout, expect2): test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |