Rearrange stdlib unit tests across packages.
Rearrange JS stdlib unit tests.
This commit is contained in:
@@ -15,7 +15,7 @@ class MutableCollectionTest {
|
||||
}
|
||||
|
||||
fun <T> testOperation(before: List<T>, after: List<T>, expectedModified: Boolean)
|
||||
= testOperation(before, after, expectedModified, { it.toArrayList() })
|
||||
= testOperation(before, after, expectedModified, { it.toMutableList() })
|
||||
|
||||
|
||||
@test fun addAll() {
|
||||
|
||||
Reference in New Issue
Block a user