Remove or replace deprecated kotlin-runtime artifact usages
This commit is contained in:
@@ -174,7 +174,7 @@ class GenericReplTest : KtUsefulTestCase() {
|
||||
|
||||
|
||||
internal class TestRepl(
|
||||
templateClasspath: List<File> = listOf(File(KotlinIntegrationTestBase.getCompilerLib(), "kotlin-runtime.jar")),
|
||||
templateClasspath: List<File> = listOf(File(KotlinIntegrationTestBase.getCompilerLib(), "kotlin-stdlib.jar")),
|
||||
templateClassName: String = "kotlin.script.templates.standard.ScriptTemplateWithArgs",
|
||||
repeatingMode: ReplRepeatingMode = ReplRepeatingMode.NONE
|
||||
) : Closeable {
|
||||
|
||||
Reference in New Issue
Block a user