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

Unified Diff: pkg/collection/test/wrapper_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/unmodifiable_collection_test.dart ('k') | pkg/collection_helpers/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection/test/wrapper_test.dart
diff --git a/pkg/collection_helpers/test/wrapper_test.dart b/pkg/collection/test/wrapper_test.dart
similarity index 99%
rename from pkg/collection_helpers/test/wrapper_test.dart
rename to pkg/collection/test/wrapper_test.dart
index 3c3da3cc793b7cc27af9aa6ac01bc9cf02649631..875a70aedae241df8b34ca2adc5fc588f51c36ab 100644
--- a/pkg/collection_helpers/test/wrapper_test.dart
+++ b/pkg/collection/test/wrapper_test.dart
@@ -5,7 +5,7 @@
/// Tests wrapper utilities.
import "dart:collection";
-import "package:collection_helpers/all.dart";
+import "package:collection/collection.dart";
import "package:unittest/unittest.dart";
// Test that any member access/call on the wrapper object is equal to
« no previous file with comments | « pkg/collection/test/unmodifiable_collection_test.dart ('k') | pkg/collection_helpers/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698