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

Unified Diff: pkg/collection_helpers/test/unmodifiable_collection_test.dart

Issue 70073003: Combine unmodifiable_collection package into collection_helpers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Remove references from other packages. Created 7 years, 1 month 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_helpers/pubspec.yaml ('k') | pkg/logging/lib/logging.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection_helpers/test/unmodifiable_collection_test.dart
diff --git a/pkg/unmodifiable_collection/test/unmodifiable_collection_test.dart b/pkg/collection_helpers/test/unmodifiable_collection_test.dart
similarity index 99%
rename from pkg/unmodifiable_collection/test/unmodifiable_collection_test.dart
rename to pkg/collection_helpers/test/unmodifiable_collection_test.dart
index 7e6d3fc218017b92da70b42da242ac236eb39bab..ac5bb079201c6d49a995545f6fc7644ceca538da 100644
--- a/pkg/unmodifiable_collection/test/unmodifiable_collection_test.dart
+++ b/pkg/collection_helpers/test/unmodifiable_collection_test.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import "package:unmodifiable_collection/unmodifiable_collection.dart";
+import "package:collection_helpers/wrappers.dart";
import "package:unittest/unittest.dart";
// Test unmodifiable collection views.
« no previous file with comments | « pkg/collection_helpers/pubspec.yaml ('k') | pkg/logging/lib/logging.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698