| Index: pkg/matcher/lib/src/utils.dart
|
| diff --git a/pkg/unittest/lib/src/utils.dart b/pkg/matcher/lib/src/utils.dart
|
| similarity index 98%
|
| copy from pkg/unittest/lib/src/utils.dart
|
| copy to pkg/matcher/lib/src/utils.dart
|
| index ef724e3d82344574a750896451fe96cf5a9db333..c2182c28949b1755d44efea4be99e9dc61befea0 100644
|
| --- a/pkg/unittest/lib/src/utils.dart
|
| +++ b/pkg/matcher/lib/src/utils.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 unittest.utils;
|
| +library matcher.utils;
|
|
|
| /**
|
| * Returns the name of the type of [x], or "Unknown" if the type name can't be
|
|
|