Remove dependency to idea.jar in compiler tets to continue running them with JDK 1.6

This commit is contained in:
Nikolay Krasko
2016-03-22 16:48:06 +03:00
parent a642a15947
commit 4f7257ab66
47 changed files with 4016 additions and 69 deletions
@@ -16,7 +16,6 @@
package org.jetbrains.kotlin.codegen;
import com.intellij.testFramework.TestRunnerUtil;
import junit.framework.*;
import junit.textui.TestRunner;
import org.jetbrains.annotations.NotNull;
@@ -42,6 +41,7 @@ import org.jetbrains.kotlin.test.ConfigurationKind;
import org.jetbrains.kotlin.test.KotlinTestUtils;
import org.jetbrains.kotlin.test.KotlinTestWithEnvironment;
import org.jetbrains.kotlin.test.TestJdkKind;
import org.jetbrains.kotlin.test.testFramework.TestRunnerUtil;
import java.io.File;
import java.lang.reflect.Modifier;