js.tests: change paths to kotlin-stdlib-js.klib

Change the expected klib name of stdlib

KT-56106
This commit is contained in:
Ilya Gorbunov
2023-03-22 05:29:10 +01:00
committed by Space Team
parent 34720f27d4
commit 69a87efdd9
16 changed files with 31 additions and 24 deletions
@@ -43,7 +43,6 @@ sourceSets {
projectTest(parallel = true) {
workingDir = rootDir
dependsOn(":kotlin-stdlib-js-ir:packFullRuntimeKLib")
useJsIrBoxTests(version = version, buildDir = "$buildDir/")
}