| Index: pkg/matcher/lib/mirror_matchers.dart
|
| diff --git a/pkg/unittest/lib/mirror_matchers.dart b/pkg/matcher/lib/mirror_matchers.dart
|
| similarity index 80%
|
| copy from pkg/unittest/lib/mirror_matchers.dart
|
| copy to pkg/matcher/lib/mirror_matchers.dart
|
| index ad0dfd414e193773a1548b61527f77633a7ed15c..c836bc9f565760a5fed41398ff4396c71b699267 100644
|
| --- a/pkg/unittest/lib/mirror_matchers.dart
|
| +++ b/pkg/matcher/lib/mirror_matchers.dart
|
| @@ -1,31 +1,12 @@
|
| -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
| // 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.
|
| +
|
| /**
|
| * The mirror matchers library provides some additional matchers that
|
| - * make use of dart:mirrors.
|
| - *
|
| - * ## Installing ##
|
| - *
|
| - * Use [pub][] to install this package. Add the following to your `pubspec.yaml`
|
| - * file.
|
| - *
|
| - * dependencies:
|
| - * unittest: any
|
| - *
|
| - * Then run `pub install`.
|
| - *
|
| - * Import this into your Dart code with:
|
| - *
|
| - * import 'package:unittest/mirror_matchers.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/mirror_matchers
|
| + * make use of `dart:mirrors`.
|
| */
|
| -library unittest.mirror_matchers;
|
| +library matcher.mirror_matchers;
|
|
|
| import 'dart:mirrors';
|
|
|
|
|