| 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.
|
|
|