Move KotlinTestWithEnvironment to org.jetbrains.kotlin.test

It's not really related to lazy-resolve and should be also probably located
near KotlinTestWithEnvironmentManagement
This commit is contained in:
Alexander Udalov
2016-02-25 20:50:41 +03:00
committed by Alexander Udalov
parent 25cebe03e9
commit c72f29b13a
13 changed files with 25 additions and 24 deletions
@@ -50,8 +50,8 @@ import org.jetbrains.kotlin.js.test.utils.JsTestUtils;
import org.jetbrains.kotlin.js.translate.context.Namer;
import org.jetbrains.kotlin.psi.KtFile;
import org.jetbrains.kotlin.psi.KtPsiFactory;
import org.jetbrains.kotlin.resolve.lazy.KotlinTestWithEnvironment;
import org.jetbrains.kotlin.test.KotlinTestUtils;
import org.jetbrains.kotlin.test.KotlinTestWithEnvironment;
import java.io.ByteArrayOutputStream;
import java.io.File;