| Index: pkg/matcher/lib/src/string_matchers.dart
|
| diff --git a/pkg/unittest/lib/src/string_matchers.dart b/pkg/matcher/lib/src/string_matchers.dart
|
| similarity index 99%
|
| copy from pkg/unittest/lib/src/string_matchers.dart
|
| copy to pkg/matcher/lib/src/string_matchers.dart
|
| index 36e7e1e5e3ad39e090e3414e73a078770be6d584..f5e32ffbfbaa6a0725c23fcc748574bcb4a4cd9e 100644
|
| --- a/pkg/unittest/lib/src/string_matchers.dart
|
| +++ b/pkg/matcher/lib/src/string_matchers.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.
|
|
|
| -part of unittest.matcher;
|
| +part of matcher;
|
|
|
| /**
|
| * Returns a matcher which matches if the match argument is a string and
|
|
|