[KLIB IC] Support special klib-build.log in IC test infrastructure
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ abstract class AbstractIncrementalJsKlibCompilerRunnerTest : AbstractIncremental
|
||||
}
|
||||
|
||||
override val buildLogFinder: BuildLogFinder
|
||||
get() = super.buildLogFinder.copy(isJsIrEnabled = true)
|
||||
get() = super.buildLogFinder.copy(isJsIrEnabled = true, isKlibEnabled = true)
|
||||
}
|
||||
|
||||
abstract class AbstractIncrementalJsKlibCompilerWithScopeExpansionRunnerTest : AbstractIncrementalJsKlibCompilerRunnerTest() {
|
||||
|
||||
Reference in New Issue
Block a user