[JS IR] Fix cache format, module name one the second line
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user