[JS IR] fix warnings

This commit is contained in:
Anton Bannykh
2021-10-15 10:24:10 +03:00
committed by teamcityserver
parent c2f7ed2fff
commit 283e37c741
3 changed files with 7 additions and 6 deletions
@@ -581,10 +581,10 @@ abstract class BasicIrBoxTest(
esModules = false,
)
val cacheProvider = icCache.cacheProvider()
val newBinaryAsts = dirtyFiles.associateWith { cacheProvider.binaryAst(it) }
// TODO: enable asserts when binary stability is achieved
// val cacheProvider = icCache.cacheProvider()
// val newBinaryAsts = dirtyFiles.associateWith { cacheProvider.binaryAst(it) }
//
// for (file in dirtyFiles) {
// val oldBinaryAst = oldBinaryAsts[file]
// val newBinaryAst = newBinaryAsts[file]