Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: tests/corelib/maps_test.dart

Issue 11267018: Make getKeys, getValues getters (keys, values). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/corelib/map_test.dart ('k') | tests/html/htmlelement_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « tests/corelib/map_test.dart ('k') | tests/html/htmlelement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698