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

Unified Diff: pkg/scheduled_test/pubspec.yaml

Issue 13157004: Use the stack_trace library in scheduled_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 7 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
« no previous file with comments | « pkg/scheduled_test/lib/src/utils.dart ('k') | pkg/stack_trace/lib/src/frame.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/pubspec.yaml
diff --git a/pkg/scheduled_test/pubspec.yaml b/pkg/scheduled_test/pubspec.yaml
index 8cccf1b966e473d0395d99c46e9d67034f9ead79..eb1291cc8554151dd3a9288b1bf80c02f7b9a6d3 100644
--- a/pkg/scheduled_test/pubspec.yaml
+++ b/pkg/scheduled_test/pubspec.yaml
@@ -9,6 +9,7 @@ description: >
read like synchronous, linear code, despite executing asynchronously.
dependencies:
- unittest: any
http: ">=0.4.1 <1.0.0"
pathos: ">=0.3.2 <1.0.0"
+ stack_trace: ">=0.4.3 <1.0.0"
+ unittest: ">=0.4.3 <1.0.0"
« no previous file with comments | « pkg/scheduled_test/lib/src/utils.dart ('k') | pkg/stack_trace/lib/src/frame.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698