[JS IR] Fix file name clashes during JS BE invalidation
This commit is contained in:
committed by
Space Team
parent
73bf7fa506
commit
ec71fe20e2
@@ -242,7 +242,7 @@ abstract class AbstractInvalidationTest(
|
||||
for ((srcFile, dirtyStats) in updateStatus) {
|
||||
for (dirtyStat in dirtyStats) {
|
||||
if (dirtyStat != DirtyFileState.NON_MODIFIED_IR) {
|
||||
got.getOrPut(dirtyStat.str) { mutableSetOf() }.add(File(srcFile.path).name)
|
||||
got.getOrPut(dirtyStat.str) { mutableSetOf() }.add(srcFile.toString())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user