[jps][tests] remove hardcoded js-ir-runtime path
^KTIJ-20456
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ abstract class AbstractJvmLookupTrackerTest : AbstractLookupTrackerTest() {
|
||||
|
||||
abstract class AbstractJsKlibLookupTrackerTest : AbstractJsLookupTrackerTest() {
|
||||
override val jsStdlibFile: File
|
||||
get() = File("build/js-ir-runtime/full-runtime.klib")
|
||||
get() = File(System.getProperty("jps.testData.js-ir-runtime") ?: "build/js-ir-runtime/full-runtime.klib")
|
||||
|
||||
override fun configureAdditionalArgs(args: K2JSCompilerArguments) {
|
||||
args.irProduceKlibDir = true
|
||||
|
||||
Reference in New Issue
Block a user