| Index: lib/src/frontend/tags.dart
|
| diff --git a/lib/src/frontend/tags.dart b/lib/src/frontend/tags.dart
|
| index b71238832878434464dc352d72f37fec5d5fa423..8a7d4dba2832bd88a1fe9cca19b204a78f8c42ad 100644
|
| --- a/lib/src/frontend/tags.dart
|
| +++ b/lib/src/frontend/tags.dart
|
| @@ -3,6 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /// An annotation for applying a set of user-defined tags to a test suite.
|
| +///
|
| +/// See [the documentation on tagging tests][tagging tests].
|
| +///
|
| +/// [tagging tests]: https://github.com/dart-lang/test/blob/master/README.md#tagging-tests
|
| class Tags {
|
| /// The tags for the test suite.
|
| Set<String> get tags => _tags.toSet();
|
|
|