diff options
Diffstat (limited to 'test/Java/JAR.py')
-rw-r--r-- | test/Java/JAR.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Java/JAR.py b/test/Java/JAR.py index 34657ff..ca12ae4 100644 --- a/test/Java/JAR.py +++ b/test/Java/JAR.py @@ -248,3 +248,9 @@ test.must_exist('bar.jar') test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |