Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: pkg/matcher/lib/mirror_matchers.dart

Issue 208823005: pkg/matcher (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nit Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/matcher/lib/matcher.dart ('k') | pkg/matcher/lib/src/core_matchers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « pkg/matcher/lib/matcher.dart ('k') | pkg/matcher/lib/src/core_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698