| Index: pkg/matcher/lib/src/numeric_matchers.dart
|
| diff --git a/pkg/unittest/lib/src/numeric_matchers.dart b/pkg/matcher/lib/src/numeric_matchers.dart
|
| similarity index 99%
|
| copy from pkg/unittest/lib/src/numeric_matchers.dart
|
| copy to pkg/matcher/lib/src/numeric_matchers.dart
|
| index dc0e3a61be567f46407e97ec64e5854c7e856c6a..507a6825c8737a762be30d438ddf4f1cdd568df2 100644
|
| --- a/pkg/unittest/lib/src/numeric_matchers.dart
|
| +++ b/pkg/matcher/lib/src/numeric_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 greater
|
|
|