Chromium Code Reviews

Unified Diff: pkg/collection/test/unmodifiable_collection_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: Split sequence_zip into pkg:async and pkg:collection. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/collection/test/unmodifiable_collection_test.dart
diff --git a/pkg/collection_helpers/test/unmodifiable_collection_test.dart b/pkg/collection/test/unmodifiable_collection_test.dart
similarity index 99%
rename from pkg/collection_helpers/test/unmodifiable_collection_test.dart
rename to pkg/collection/test/unmodifiable_collection_test.dart
index ac5bb079201c6d49a995545f6fc7644ceca538da..d810b75f9b84afbac9549f62ca3eee4cdd402b29 100644
--- a/pkg/collection_helpers/test/unmodifiable_collection_test.dart
+++ b/pkg/collection/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:collection_helpers/wrappers.dart";
+import "package:collection/wrappers.dart";
import "package:unittest/unittest.dart";
// Test unmodifiable collection views.

Powered by Google App Engine