| Index: tests/corelib/collection_length_test.dart
|
| diff --git a/tests/corelib/collection_length_test.dart b/tests/corelib/collection_length_test.dart
|
| index 487884adfed46f7c6eeb148ec77f4b38ac47d34e..01a8061d94d02b4469783411e618a8431bf0ff93 100644
|
| --- a/tests/corelib/collection_length_test.dart
|
| +++ b/tests/corelib/collection_length_test.dart
|
| @@ -33,7 +33,7 @@ void testMap(Map map, int n) {
|
| testLength(map.values, n);
|
| }
|
|
|
| -void testCollection(Collection collection, n) {
|
| +void testCollection(var collection, n) {
|
| for (int i = 0; i < n; i++) {
|
| collection.add(i);
|
| }
|
|
|