summaryrefslogtreecommitdiffstats
path: root/test/Java/Java-1.8.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Java/Java-1.8.py')
-rw-r--r--test/Java/Java-1.8.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Java/Java-1.8.py b/test/Java/Java-1.8.py
index 8e85889..4fcfe2b 100644
--- a/test/Java/Java-1.8.py
+++ b/test/Java/Java-1.8.py
@@ -41,8 +41,6 @@ version = '1.8'
where_javac, java_version = test.java_where_javac(version)
javac_path=os.path.dirname(where_javac)
-# test.verbose_set(1)
-
if ' ' in javac_path:
javac_path ='"%s"'%javac_path
java_arguments=["--javac_path=%s"%javac_path,"--java_version=%s"%version]