Forráskód Böngészése

* don't import org.freepascal.rtl.* as this also includes our System
class, which conflicts with java.lang.System in recent jdk javac's
(and we don't access any of the RTL classes explicitly in the
test program)

git-svn-id: trunk@30952 -

Jonas Maebe 10 éve
szülő
commit
26044b604f
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      tests/test/jvm/JavaClass.java

+ 0 - 1
tests/test/jvm/JavaClass.java

@@ -1,4 +1,3 @@
-import org.freepascal.rtl.*;
 import org.freepascal.test.*;