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

Unified Diff: tests/corelib/collection_to_string_test.dart

Issue 11186045: Revert "Add "contains" method to Collection." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « runtime/lib/growable_array.dart ('k') | no next file » | 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 71db90ffb02b374d59f2614799ad9587f93065cd..51b32e728547275c509acc0ce9c30d578cce32a1 100644
--- a/tests/corelib/collection_to_string_test.dart
+++ b/tests/corelib/collection_to_string_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/**
- * Tests for the toString methods on collections and maps.
+ * Tests for the toString methods on collections (including maps).
*/
#library('collection_to_string');
@@ -122,7 +122,7 @@ Object randomCollection(int size, StringBuffer stringRep, {bool exact}) {
/**
* Return a random collection (or map) of the specified size, placing its
* string representation into the given string buffer. The beingMade
- * parameter is a list of collections currently under construction, i.e.,
+ * parameter is a list of collections currently under construction, i.e.,
* candidates for recursive references.
*
* If exact is true, the returned collections will not be, and will not contain
@@ -156,7 +156,7 @@ Object randomCollectionHelper(int size, bool exact, StringBuffer stringRep,
/**
* Return a random List of the specified size, placing its string
* representation into the given string buffer. The beingMade
- * parameter is a list of collections currently under construction, i.e.,
+ * parameter is a list of collections currently under construction, i.e.,
* candidates for recursive references.
*
* If exact is true, the returned collections will not be, and will not contain
« no previous file with comments | « runtime/lib/growable_array.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698