| Index: lib/src/backend/live_test_controller.dart
|
| diff --git a/lib/src/live_test_controller.dart b/lib/src/backend/live_test_controller.dart
|
| similarity index 98%
|
| rename from lib/src/live_test_controller.dart
|
| rename to lib/src/backend/live_test_controller.dart
|
| index 038894954a730838520a4d991fd581320168af70..17b8bcfdd30469a7643356e6f9168b184f0cc11d 100644
|
| --- a/lib/src/live_test_controller.dart
|
| +++ b/lib/src/backend/live_test_controller.dart
|
| @@ -2,18 +2,18 @@
|
| // 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.live_test_controller;
|
| +library unittest.backend.live_test_controller;
|
|
|
| import 'dart:async';
|
| import 'dart:collection';
|
|
|
| import 'package:stack_trace/stack_trace.dart';
|
|
|
| +import '../utils.dart';
|
| import 'live_test.dart';
|
| import 'state.dart';
|
| import 'suite.dart';
|
| import 'test.dart';
|
| -import 'utils.dart';
|
|
|
| /// An implementation of [LiveTest] that's controlled by a [LiveTestController].
|
| class _LiveTest extends LiveTest {
|
|
|