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

Unified Diff: pubspec.yaml

Issue 926063003: pkg/unittest: use matcher from github at master (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ba2a57273e27bfefc6731e62a9c7f0605655d414..f2532423b481fce9a06a9a37ea8101e599ccf521 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -6,12 +6,10 @@ homepage: https://github.com/dart-lang/unittest
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
+ # Using the pre-release version of matcher
nweiz 2015/02/17 20:51:29 Can you keep the existing comment here, adjusted t
kevmoo 2015/02/17 20:54:40 Done.
+ matcher:
+ git: https://github.com/dart-lang/matcher.git
stack_trace: '>=0.9.0 <2.0.0'
-
- # Because unittest exports matcher, it needs to keep its version constraint
- # tight to ensure that a constraint on unittest properly constraints all
- # features it provides.
- matcher: '>=0.11.4 <0.11.5'
dev_dependencies:
fake_async: '>=0.1.2 <0.2.0'
metatest:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698