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

Unified Diff: pkg/unittest/pubspec.yaml

Issue 270943002: pkg/unittest: remove deprecated features (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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/unittest/lib/unittest.dart ('k') | third_party/pkg/angular/lib/mock/module.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/pubspec.yaml
diff --git a/pkg/unittest/pubspec.yaml b/pkg/unittest/pubspec.yaml
index 0370e35339664ca9aea2d2d1c0c1650aeb7c4511..06083f5bceb2b0f38bc19f8b3ecb90bc187da0db 100644
--- a/pkg/unittest/pubspec.yaml
+++ b/pkg/unittest/pubspec.yaml
@@ -1,5 +1,5 @@
name: unittest
-version: 0.10.1+2
+version: 0.11.0-dev
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: http://www.dartlang.org
@@ -8,5 +8,4 @@ environment:
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'
« no previous file with comments | « pkg/unittest/lib/unittest.dart ('k') | third_party/pkg/angular/lib/mock/module.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698