[KLIB IC] Support special klib-build.log in IC test infrastructure

This commit is contained in:
Roman Artemev
2020-12-02 13:32:37 +03:00
parent 96ba3b873e
commit 380225e0cb
2 changed files with 5 additions and 2 deletions
@@ -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() {