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

Unified Diff: tests/corelib/maps_test.dart

Issue 11274043: Move Arrays, Collections and Maps into a new library, dart:collections. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move collection_sources.gypi to lib/collection/. 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
Index: tests/corelib/maps_test.dart
diff --git a/tests/corelib/maps_test.dart b/tests/corelib/maps_test.dart
index b9abaa7940536f21d0230712241eb88c0fd06700..c6575928138ef34fd962b7befa65c2be84b40b76 100644
--- a/tests/corelib/maps_test.dart
+++ b/tests/corelib/maps_test.dart
@@ -4,6 +4,7 @@
#library("MapsTest.dart");
#import("dart:coreimpl");
+#import("dart:collection");
main() {
final key1 = "key1";
« runtime/vm/object.cc ('K') | « runtime/vm/vm.gypi ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698