| Index: lib/src/frontend/tags.dart
|
| diff --git a/lib/src/frontend/tags.dart b/lib/src/frontend/tags.dart
|
| index e6695337d48ac404ea820bb26f03de0618067af1..b71238832878434464dc352d72f37fec5d5fa423 100644
|
| --- a/lib/src/frontend/tags.dart
|
| +++ b/lib/src/frontend/tags.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library test.frontend.tags;
|
| -
|
| /// An annotation for applying a set of user-defined tags to a test suite.
|
| class Tags {
|
| /// The tags for the test suite.
|
|
|