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.
|