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

Unified Diff: pkg/collection/test/equality_test.dart

Issue 113883002: Create associated packages for the dart:collection and dart:async libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update SDK dependency to 1.0.0 Created 7 years 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 | « pkg/collection/test/algorithms_test.dart ('k') | pkg/collection/test/unmodifiable_collection_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection/test/equality_test.dart
diff --git a/pkg/collection_helpers/test/equality_test.dart b/pkg/collection/test/equality_test.dart
similarity index 99%
rename from pkg/collection_helpers/test/equality_test.dart
rename to pkg/collection/test/equality_test.dart
index 00a150565abe259ed56913bdb43e807080fe9316..edabfd5925d0e91bf116a33c1eb3287825bffc99 100644
--- a/pkg/collection_helpers/test/equality_test.dart
+++ b/pkg/collection/test/equality_test.dart
@@ -5,7 +5,7 @@
// Tests equality utilities.
import "dart:collection";
-import "package:collection_helpers/all.dart";
+import "package:collection/collection.dart";
import "package:unittest/unittest.dart";
main() {
« no previous file with comments | « pkg/collection/test/algorithms_test.dart ('k') | pkg/collection/test/unmodifiable_collection_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698