| Index: lib/src/backend/state.dart
|
| diff --git a/lib/src/backend/state.dart b/lib/src/backend/state.dart
|
| index 6d9545829c0317d34b4f28e7b2b9086261567bd3..7ee25603081980e8d09d83679bd41d72736f044c 100644
|
| --- a/lib/src/backend/state.dart
|
| +++ b/lib/src/backend/state.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.backend.state;
|
| -
|
| /// The state of a [LiveTest].
|
| ///
|
| /// A test's state is made up of two components, its [status] and its [result].
|
|
|