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

Unified Diff: pkg/async_helper/pubspec.yaml

Issue 23547005: Add async_helper package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/async_helper/lib/async_helper.dart ('k') | tools/publish_all_pkgs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/async_helper/pubspec.yaml
diff --git a/pkg/async_helper/pubspec.yaml b/pkg/async_helper/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f20e1b4dc7dfe8d06b9ffcc438d623355cb67cce
--- /dev/null
+++ b/pkg/async_helper/pubspec.yaml
@@ -0,0 +1,9 @@
+name: async_helper
+author: "Dart Team <misc@dartlang.org>"
+homepage: http://www.dartlang.org
+description: >
kustermann 2013/08/27 14:29:30 Remove the ">"?
floitsch 2013/08/28 09:22:46 This is yaml syntax stating that new-lines should
+ Async_helper is used for asynchronous tests that do not want to
+ make use of the Dart unit test library - for example, the core
kustermann 2013/08/27 14:29:30 "unit test" -> "unittest".
floitsch 2013/08/28 09:22:46 Done.
+ language tests.
+ Third parties are discouraged from using this, and should use
+ the facilities provided in the unit test library.
kustermann 2013/08/27 14:29:30 ditto.
floitsch 2013/08/28 09:22:46 Done.
« no previous file with comments | « pkg/async_helper/lib/async_helper.dart ('k') | tools/publish_all_pkgs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698