| Index: sdk/lib/collection/collection.dart
|
| diff --git a/sdk/lib/collection/collection.dart b/sdk/lib/collection/collection.dart
|
| index 32196490b883bfb00e36f93b8d94e903e0171b5f..3112e869c0ffed8f334a3aa88c5eafba103d7e86 100644
|
| --- a/sdk/lib/collection/collection.dart
|
| +++ b/sdk/lib/collection/collection.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.
|
|
|
| -library dart.collection;
|
| +library collection;
|
|
|
| part 'arrays.dart';
|
| part 'collections.dart';
|
|
|