summaryrefslogtreecommitdiffstats
path: root/test/Java/RMIC.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Java/RMIC.py')
-rw-r--r--test/Java/RMIC.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Java/RMIC.py b/test/Java/RMIC.py
index 3340707..0abf5a4 100644
--- a/test/Java/RMIC.py
+++ b/test/Java/RMIC.py
@@ -325,3 +325,9 @@ test.must_exist(test.workpath('outdir2', 'com', 'sub', 'bar', 'Example4_Stub.cla
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: