js.tests: change paths to kotlin-stdlib-js.klib
Change the expected klib name of stdlib KT-56106
This commit is contained in:
committed by
Space Team
parent
34720f27d4
commit
69a87efdd9
@@ -111,7 +111,7 @@ projectTest(parallel = true) {
|
||||
// do not replace with compile/runtime dependency,
|
||||
// because it forces Intellij reindexing after each compiler change
|
||||
dependsOn(":kotlin-compiler:dist")
|
||||
dependsOn(":kotlin-stdlib-js-ir:packFullRuntimeKLib")
|
||||
dependsOn(":kotlin-stdlib:jsJarForTests")
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user