| Index: tests/corelib/maps_test.dart
|
| diff --git a/tests/corelib/maps_test.dart b/tests/corelib/maps_test.dart
|
| index b9abaa7940536f21d0230712241eb88c0fd06700..95b2e1decb4521d5435fc4842cdd6fdfdd855561 100644
|
| --- a/tests/corelib/maps_test.dart
|
| +++ b/tests/corelib/maps_test.dart
|
| @@ -106,7 +106,7 @@ main() {
|
| Expect.equals(true, other_map.containsValue(value2));
|
| Expect.equals(2, Maps.length(other_map));
|
|
|
| - // Test Collection.getValues.
|
| + // Test Collection.values.
|
| void testForEachCollection(value) {
|
| other_map[value] = value;
|
| }
|
|
|