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

Unified Diff: pkg/fixnum/pubspec.yaml

Issue 19669002: Migrate fixnum tests to unittest. Fix int32 rollover bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
Index: pkg/fixnum/pubspec.yaml
diff --git a/pkg/fixnum/pubspec.yaml b/pkg/fixnum/pubspec.yaml
index bdb079cc6d8e7061771e1ba86a368af634aebea0..7bf65b61740fc6b839e3db29de8a2727a46ff20b 100644
--- a/pkg/fixnum/pubspec.yaml
+++ b/pkg/fixnum/pubspec.yaml
@@ -1,5 +1,6 @@
name: fixnum
-author: "Dart Team <misc@dartlang.org>"
+author: Dart Team <misc@dartlang.org>
+description: Library for 32- and 64-bit fixed size integers.
homepage: http://www.dartlang.org
-description: >
- Library for 32- and 64-bit fixed size integers.
+dependencies:
justinfagnani 2013/07/18 18:27:28 change this from dependencies: to dev_dependencies
Chris Bracken 2013/07/18 19:06:07 Done.
+ unittest: any

Powered by Google App Engine
This is Rietveld 408576698