[TEST] Extract compiler-specific test utils from :tests-common to new module
This commit is contained in:
@@ -107,7 +107,7 @@ class ReplCompilerJava8Test : KtUsefulTestCase() {
|
||||
}
|
||||
|
||||
private fun makeConfiguration() = KotlinTestUtils.newConfiguration(
|
||||
ConfigurationKind.ALL, TestJdkKind.FULL_JDK, File(KotlinIntegrationTestBase.getCompilerLib(), "kotlin-stdlib.jar"), tmpdir
|
||||
ConfigurationKind.ALL, TestJdkKind.FULL_JDK, File(KotlinIntegrationTestBase.getCompilerLib(), "kotlin-stdlib.jar"), tmpdir
|
||||
).also {
|
||||
loadScriptingPlugin(it)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user