| Index: pkg/unittest/lib/matcher.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/matcher.dart (revision 22522)
|
| +++ pkg/unittest/lib/matcher.dart (working copy)
|
| @@ -11,13 +11,17 @@
|
| * file.
|
| *
|
| * dependencies:
|
| - * matcher: any
|
| + * unittest: any
|
| *
|
| * Then run `pub install`.
|
| *
|
| - * For more information, see the
|
| - * [matcher package on pub.dartlang.org][pkg].
|
| + * Import this into your Dart code with:
|
| *
|
| + * import 'package:unittest/matcher.dart';
|
| + *
|
| + * For more information, see the [unittest package on pub.dartlang.org].
|
| + * (http://pub.dartlang.org/packages/unittest).
|
| + *
|
| * [pub]: http://pub.dartlang.org
|
| * [pkg]: http://pub.dartlang.org/packages/matcher
|
| */
|
|
|