Explorar o código

* 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 %!s(int64=10) %!d(string=hai) anos
pai
achega
26044b604f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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.*;