Files
sdk/pkg/async_helper/pubspec.yaml
T
Kevin Moore d4df9b9152 misc: update async_helper pubspec to make it clear it's not public
...and not intended to be published

Change-Id: I6d753c02d4284dfdb737fe206afabd886b8122db
Reviewed-on: https://dart-review.googlesource.com/64247
Reviewed-by: Kevin Moore <kevmoo@google.com>
2018-07-09 23:27:54 +00:00

10 lines
349 B
YAML

name: async_helper
# This package is not intended to be published
publish_to: none
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 package:test.