Skip to content

Commit 94c33a3

Browse files
204: Rename valuePromotionAfterMutableRemovingTest test
1 parent 4971505 commit 94c33a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commonTest/src/stress/map/PersistentHashMapTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class PersistentHashMapTest : ExecutionTimeMeasuringTest() {
353353
}
354354

355355
@Test
356-
fun testValuePromotionAfterMutableRemoving() {
356+
fun valuePromotionAfterMutableRemovingTest() {
357357
val map1: PersistentHashMap<Int, String> =
358358
persistentHashMapOf(-1 to "a", 0 to "b", 32 to "c") as PersistentHashMap<Int, String>
359359
val builder = map1.builder()

0 commit comments

Comments
 (0)