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

Unified Diff: pkg/watcher/pubspec.yaml

Issue 129473003: Use stream matchers to unflake the mac OS watcher tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 11 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/watcher/lib/src/utils.dart ('k') | pkg/watcher/test/directory_watcher/linux_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/watcher/pubspec.yaml
diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml
index c77dddfd2f37c6e82d6a4918250624cb0da9e96c..bf00d9e31fdc54a1835ebb05ae60db94b008e2c4 100644
--- a/pkg/watcher/pubspec.yaml
+++ b/pkg/watcher/pubspec.yaml
@@ -9,7 +9,7 @@ dependencies:
path: ">=0.9.0 <2.0.0"
stack_trace: ">=0.9.1 <0.10.0"
dev_dependencies:
- scheduled_test: ">=0.9.0 <0.10.0"
- unittest: ">=0.9.0 <0.10.0"
+ scheduled_test: ">=0.9.3-dev <0.10.0"
+ unittest: ">=0.9.2 <0.10.0"
environment:
sdk: ">=0.8.10+6 <2.0.0"
« no previous file with comments | « pkg/watcher/lib/src/utils.dart ('k') | pkg/watcher/test/directory_watcher/linux_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698