| Index: tests/corelib/collection_from_test.dart
|
| diff --git a/tests/corelib/collection_from_test.dart b/tests/corelib/collection_from_test.dart
|
| index 776fd4aa4556f98ef05395fd2b01063048bac786..2766887cc84cd1d81734f83d34d7680095782f81 100644
|
| --- a/tests/corelib/collection_from_test.dart
|
| +++ b/tests/corelib/collection_from_test.dart
|
| @@ -21,7 +21,7 @@ class CollectionFromTest {
|
| }
|
|
|
|
|
| - static check(Collection initial, Collection other) {
|
| + static check(Iterable initial, Iterable other) {
|
| Expect.equals(3, initial.length);
|
| Expect.equals(initial.length, other.length);
|
|
|
|
|