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

Unified Diff: pkg/unittest/pubspec.yaml

Issue 807193003: Re-apply "Remove unittest and matcher from the repo." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years 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/vm_config.dart ('k') | pkg/unittest/test/async_exception_test.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
deleted file mode 100644
index 032cbca08329b5450f3b013dfdb3bb0994613c0f..0000000000000000000000000000000000000000
--- a/pkg/unittest/pubspec.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: unittest
-version: 0.11.4
-author: Dart Team <misc@dartlang.org>
-description: A library for writing dart unit tests.
-homepage: https://pub.dartlang.org/packages/unittest
-environment:
- sdk: '>=1.0.0 <2.0.0'
-dependencies:
- 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.3 <0.11.4'
-dev_dependencies:
- metatest: '>=0.1.0 <0.2.0'
« no previous file with comments | « pkg/unittest/lib/vm_config.dart ('k') | pkg/unittest/test/async_exception_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698