summaryrefslogtreecommitdiffstats
path: root/test/Java/JAVACFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Java/JAVACFLAGS.py')
-rw-r--r--test/Java/JAVACFLAGS.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Java/JAVACFLAGS.py b/test/Java/JAVACFLAGS.py
index e287054..d86c267 100644
--- a/test/Java/JAVACFLAGS.py
+++ b/test/Java/JAVACFLAGS.py
@@ -64,3 +64,9 @@ test.run(arguments = '.',
test.must_exist(['classes', 'src', 'Example1.class'])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: