jwrapper: deal with the optional "Compiled from" line in the grammar
[nit.git] / contrib / jwrapper / src / jwrapper.nit
index 861d986..56128b7 100644 (file)
@@ -65,9 +65,6 @@ end
 
 var javap = new IProcess("javap", "-public", dot_class)
 
-# Eat the superfluous output line
-javap.read_line
-
 var p = new TestParser_javap
 var tree = p.work(javap.read_all)