| Index: packages/yaml/test/utils.dart
|
| diff --git a/packages/yaml/test/utils.dart b/packages/yaml/test/utils.dart
|
| index a2d20196af040a6e850a34b84593961293ed0bb6..e1d4b64721a61a3e3cabea4401885e2d1571e943 100644
|
| --- a/packages/yaml/test/utils.dart
|
| +++ b/packages/yaml/test/utils.dart
|
| @@ -2,8 +2,6 @@
|
| // 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 yaml.test.utils;
|
| -
|
| import 'package:test/test.dart';
|
| import 'package:yaml/src/equality.dart' as equality;
|
| import 'package:yaml/yaml.dart';
|
|
|