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); |