| Index: tests/corelib/collection_test.dart
|
| diff --git a/tests/corelib/collection_test.dart b/tests/corelib/collection_test.dart
|
| index 64dfe2b65eaee5c3fdd4dad7c278ebeed238728a..8ef81f7a0427de71f36e339c918ee3233e22c992 100644
|
| --- a/tests/corelib/collection_test.dart
|
| +++ b/tests/corelib/collection_test.dart
|
| @@ -31,10 +31,10 @@ main() {
|
| }
|
| new CollectionTest(fixedList);
|
|
|
| - // Dynamic size list.
|
| + // Growable list.
|
| new CollectionTest(new List.from(TEST_ELEMENTS));
|
|
|
| - // Dynamic size set.
|
| + // Set.
|
| new CollectionTest(new Set.from(TEST_ELEMENTS));
|
|
|
| // Queue.
|
|
|