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

Unified Diff: pkg/unittest/pubspec.yaml

Issue 210413002: pkg/unittest: using matcher and mock from packages (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: long line 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
Index: pkg/unittest/pubspec.yaml
diff --git a/pkg/unittest/pubspec.yaml b/pkg/unittest/pubspec.yaml
index ef3d06f6cd10587b05b362295b1fd3aad9768cd2..d64a8b06474e858058872bc6e1752730ba14d826 100644
--- a/pkg/unittest/pubspec.yaml
+++ b/pkg/unittest/pubspec.yaml
@@ -7,4 +7,6 @@ environment:
sdk: '>=1.0.0 <2.0.0'
documentation: http://api.dartlang.org/docs/pkg/unittest
dependencies:
+ matcher: '>=0.10.0 <0.11.0'
+ mock: '>=0.10.0 <0.11.0'
stack_trace: '>=0.9.0 <0.10.0'

Powered by Google App Engine
This is Rietveld 408576698