[JS IR] Fix cache format, module name one the second line

This commit is contained in:
Ilya Goncharov
2022-01-25 20:40:24 +03:00
committed by Space
parent 76637a8844
commit 32cda8a37e
4 changed files with 10 additions and 10 deletions
@@ -112,7 +112,7 @@ class TestModuleCache(val files: MutableMap<String, FileCache>) {
files.remove(path)
}
override fun commitLibraryInfo(libraryPath: String, flatHash: ULong, transHash: ULong, configHash: ULong, moduleName: String) {
override fun commitLibraryInfo(libraryPath: String, moduleName: String, flatHash: ULong, transHash: ULong, configHash: ULong) {
storedModuleName = moduleName
}
}