[IC KLIB] Replace JS IR build log with KLIB build log for klib compialtion
- fix test data
This commit is contained in:
+1
-1
@@ -16,5 +16,5 @@ abstract class AbstractIncrementalJsCompilerRunnerWithMetadataOnlyTest : Abstrac
|
||||
}
|
||||
|
||||
override val buildLogFinder: BuildLogFinder
|
||||
get() = super.buildLogFinder.copy(isJsIrEnabled = true)
|
||||
get() = super.buildLogFinder.copy(isKlibEnabled = true)
|
||||
}
|
||||
+1
-1
@@ -17,7 +17,7 @@ abstract class AbstractIncrementalJsKlibCompilerRunnerTest : AbstractIncremental
|
||||
}
|
||||
|
||||
override val buildLogFinder: BuildLogFinder
|
||||
get() = super.buildLogFinder.copy(isJsIrEnabled = true, isKlibEnabled = true)
|
||||
get() = super.buildLogFinder.copy(isKlibEnabled = true)
|
||||
}
|
||||
|
||||
abstract class AbstractIncrementalJsKlibCompilerWithScopeExpansionRunnerTest : AbstractIncrementalJsKlibCompilerRunnerTest() {
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ abstract class AbstractIncrementalMultiModuleJsKlibCompilerRunnerTest :
|
||||
}
|
||||
|
||||
override val buildLogFinder: BuildLogFinder
|
||||
get() = super.buildLogFinder.copy(isJsIrEnabled = true, isKlibEnabled = true)
|
||||
get() = super.buildLogFinder.copy(isKlibEnabled = true)
|
||||
|
||||
override fun makeForSingleModule(
|
||||
moduleCacheDir: File,
|
||||
|
||||
Reference in New Issue
Block a user