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

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

Issue 105113009: Renaming unittest library names to all have package prefix names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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/unittest/lib/matcher.dart ('k') | 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/mirror_matchers.dart
diff --git a/pkg/unittest/lib/mirror_matchers.dart b/pkg/unittest/lib/mirror_matchers.dart
index 25f2b6d69206d80b4b77bedadd1901eafd634b09..ad0dfd414e193773a1548b61527f77633a7ed15c 100644
--- a/pkg/unittest/lib/mirror_matchers.dart
+++ b/pkg/unittest/lib/mirror_matchers.dart
@@ -25,7 +25,7 @@
* [pub]: http://pub.dartlang.org
* [pkg]: http://pub.dartlang.org/packages/mirror_matchers
*/
-library mirror_matchers;
+library unittest.mirror_matchers;
import 'dart:mirrors';
« no previous file with comments | « pkg/unittest/lib/matcher.dart ('k') | pkg/unittest/lib/mock.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698