Browse Source

* 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 years ago
parent
commit
26044b604f
1 changed files with 0 additions and 1 deletions
  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.*;