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

Unified Diff: tests/corelib/collection_to_string_test.dart

Issue 14135005: Fix 'collection' tests and co19 dartc/dart2js status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/collection_test.dart ('k') | tests/html/element_classes_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/collection_to_string_test.dart
diff --git a/tests/corelib/collection_to_string_test.dart b/tests/corelib/collection_to_string_test.dart
index 0c26ee4c12c0509febcca3c3c5983631710a8167..35fd8f3c0f94fc11109b058e8627d3e846d1f9b7 100644
--- a/tests/corelib/collection_to_string_test.dart
+++ b/tests/corelib/collection_to_string_test.dart
@@ -207,8 +207,8 @@ Map randomMap(int size, bool exact, StringBuffer stringRep, List beingMade) {
* and will not contain a collection with ill-defined iteration order
* (i.e., a HashSet or HashMap).
*/
-Collection populateRandomCollection(int size, bool exact,
- StringBuffer stringRep, List beingMade, Collection coll) {
+populateRandomCollection(int size, bool exact,
+ StringBuffer stringRep, List beingMade, var coll) {
beingMade.add(coll);
stringRep.write(coll is List ? '[' : '{');
« no previous file with comments | « tests/corelib/collection_test.dart ('k') | tests/html/element_classes_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698