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

Unified Diff: tests/corelib/collection_test.dart

Issue 12615002: Remove references to capital-D-Dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
Index: tests/corelib/collection_test.dart
diff --git a/tests/corelib/collection_test.dart b/tests/corelib/collection_test.dart
index 64dfe2b65eaee5c3fdd4dad7c278ebeed238728a..8ef81f7a0427de71f36e339c918ee3233e22c992 100644
--- a/tests/corelib/collection_test.dart
+++ b/tests/corelib/collection_test.dart
@@ -31,10 +31,10 @@ main() {
}
new CollectionTest(fixedList);
- // Dynamic size list.
+ // Growable list.
new CollectionTest(new List.from(TEST_ELEMENTS));
- // Dynamic size set.
+ // Set.
new CollectionTest(new Set.from(TEST_ELEMENTS));
// Queue.

Powered by Google App Engine
This is Rietveld 408576698