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

Unified Diff: tests/corelib/maps_test.dart

Issue 11304007: Move SplayTreeMap from coreimpl to collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix two HTML tests. 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 | « tests/corelib/map_test.dart ('k') | tests/corelib/splay_tree_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/maps_test.dart
diff --git a/tests/corelib/maps_test.dart b/tests/corelib/maps_test.dart
index a696e89a2de68cf9c230b0ad0414a8b9d097ac54..16ef12c65bb9d41d7f27d653d57cc979ff89082e 100644
--- a/tests/corelib/maps_test.dart
+++ b/tests/corelib/maps_test.dart
@@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
#library("MapsTest.dart");
-#import("dart:coreimpl");
#import("dart:collection");
main() {
« no previous file with comments | « tests/corelib/map_test.dart ('k') | tests/corelib/splay_tree_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698