| Index: lib/src/backend/state.dart
|
| diff --git a/lib/src/state.dart b/lib/src/backend/state.dart
|
| similarity index 99%
|
| rename from lib/src/state.dart
|
| rename to lib/src/backend/state.dart
|
| index 8b1c7aad3af997c1728208d970f359b871d286da..c32ce2e97d1cb380c97f97c089b2e4f0effe1e44 100644
|
| --- a/lib/src/state.dart
|
| +++ b/lib/src/backend/state.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 unittest.state;
|
| +library unittest.backend.state;
|
|
|
| /// The state of a [LiveTest].
|
| ///
|
|
|