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

Unified Diff: tests/corelib/maps_test.dart

Issue 12213010: New implementation of {,Linked}Hash{Set,Map}. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Now with new files too Created 7 years, 10 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
« tests/co19/co19-runtime.status ('K') | « tests/co19/co19-runtime.status ('k') | no next file » | 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 6d5193987b9d4919302e2b37e2a456b13c16cda1..04fdb319b37295fec0e94c29928a8f1a540a477c 100644
--- a/tests/corelib/maps_test.dart
+++ b/tests/corelib/maps_test.dart
@@ -45,7 +45,7 @@ main() {
map.remove(key4);
Expect.equals(false, Maps.containsKey(map, key4));
- Expect.equals(7, Maps.length(map));
+ Expect.equals(7, Maps.length(map), "$map");
floitsch 2013/02/06 10:43:58 Revert?
Lasse Reichstein Nielsen 2013/02/08 13:53:01 Done.
// Test clearing the table.
Maps.clear(map);
« tests/co19/co19-runtime.status ('K') | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698