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

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

Issue 15069007: Fix the usage instructions for matcher and mock libraries. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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 | « no previous file | pkg/unittest/lib/mock.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
*/
« no previous file with comments | « no previous file | pkg/unittest/lib/mock.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698