Use mockJDK as a bootClasspath for AbstractCompileKotlinAgainstJavaTest

Otherwise JAVA_HOME is being used that lead to test result depending
on minor JDK version used on a computer

 #KT-21047 Fixed
This commit is contained in:
Denis Zharkov
2018-03-15 14:33:55 +03:00
parent 1766812bf3
commit 21932b5824
4 changed files with 60 additions and 78 deletions
@@ -4,6 +4,6 @@ import java.util.*;
class InnerClassFromAsteriskImport {
public HashMap.Entry getEntry() { return null; }
public Map.Entry getEntry() { return null; }
}