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
@@ -23,7 +23,7 @@ sourceSets {
|
||||
testsJar {}
|
||||
|
||||
projectTest(parallel = true) {
|
||||
dependsOn(":kotlin-stdlib-js-ir:compileKotlinJs")
|
||||
dependsOn(":kotlin-stdlib:jsJar")
|
||||
workingDir = rootDir
|
||||
systemProperty("kotlin.test.script.classpath", testSourceSet.output.classesDirs.joinToString(File.pathSeparator))
|
||||
}
|
||||
|
||||
+1
-1
@@ -78,7 +78,7 @@ abstract class AbstractCompileKotlinAgainstKlibTest : AbstractBlackBoxCodegenTes
|
||||
listOf(
|
||||
"-output", klibName,
|
||||
"-Xir-produce-klib-file",
|
||||
"-libraries", "libraries/stdlib/js-ir/build/classes/kotlin/js/main/"
|
||||
"-libraries", "libraries/stdlib/build/classes/kotlin/js/main/"
|
||||
) + sourceFiles
|
||||
)
|
||||
if (exitCode != ExitCode.OK) {
|
||||
|
||||
Reference in New Issue
Block a user