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..e4f33dea1b9789006f27d44d73b9f3c4aee69803 |
--- /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: > |
+ Async_helper is used for asynchronous tests that do not want to |
+ make use of the Dart unittest library - for example, the core |
+ language tests. |
+ Third parties are discouraged from using this, and should use |
+ the facilities provided in the unittest library. |