[JS IR] Fix tests

^KT-59001
This commit is contained in:
Alexander Korepanov
2023-06-20 20:43:10 +02:00
committed by Space Team
parent 0b4a9499f0
commit 2fdb605a03
3 changed files with 6 additions and 19 deletions
@@ -9,5 +9,4 @@ internal val stdlibFqNames = mapOf(
Pair::class to "kotlin.Pair",
Triple::class to "kotlin.Triple",
HashMap::class to "kotlin.collections.HashMap",
AbstractMutableMap.SimpleEntry::class to "kotlin.collections.AbstractMutableMap.SimpleEntry"
)