[IC KLIB] Fix after rebase

This commit is contained in:
Roman Artemev
2019-11-08 11:11:02 +03:00
committed by romanart
parent 3e3cb8734b
commit ea543eac13
@@ -12,6 +12,7 @@ abstract class AbstractIncrementalJsKlibCompilerRunnerTest : AbstractIncremental
sourceMap = true sourceMap = true
// Don't zip klib content since date on files affect the md5 checksum we compute to check whether output files identical // Don't zip klib content since date on files affect the md5 checksum we compute to check whether output files identical
irProduceKlibDir = true irProduceKlibDir = true
irOnly = true
} }
override val buildLogFinder: BuildLogFinder override val buildLogFinder: BuildLogFinder