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

Unified Diff: pubspec.yaml

Issue 2388073004: Switch to 'test', add different support for 'solo'. (Closed)
Patch Set: Fixes for review comments. Created 4 years, 2 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 | « lib/test_reflective_loader.dart ('k') | 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 8b93c1eaffdbc9acbe5536027bf83d8bd13ed4a1..9373aec3b5e341f89dd6e3a567c1d6a102e1c9d4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: test_reflective_loader
-version: 0.0.4
+version: 0.1.0
description: Support for discovering tests and test suites using reflection.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/test_reflective_loader
@@ -8,4 +8,4 @@ environment:
sdk: '>=1.0.0 <2.0.0'
dev_dependencies:
- unittest: '>=0.9.0 <0.12.0'
+ test: ^0.12.0
« no previous file with comments | « lib/test_reflective_loader.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698