| Index: lib/src/runner/vm/isolate_test.dart
|
| diff --git a/lib/src/runner/isolate_test.dart b/lib/src/runner/vm/isolate_test.dart
|
| similarity index 84%
|
| rename from lib/src/runner/isolate_test.dart
|
| rename to lib/src/runner/vm/isolate_test.dart
|
| index 7914ca75732b42a4fcf7ee656620515be7bed0a5..12a45eef5ac3c1b32e5e85ef186d03d2088ad363 100644
|
| --- a/lib/src/runner/isolate_test.dart
|
| +++ b/lib/src/runner/vm/isolate_test.dart
|
| @@ -2,16 +2,16 @@
|
| // 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.runner.isolate_test;
|
| +library unittest.runner.vm.isolate_test;
|
|
|
| import 'dart:isolate';
|
|
|
| -import '../backend/live_test.dart';
|
| -import '../backend/live_test_controller.dart';
|
| -import '../backend/state.dart';
|
| -import '../backend/suite.dart';
|
| -import '../backend/test.dart';
|
| -import '../util/remote_exception.dart';
|
| +import '../../backend/live_test.dart';
|
| +import '../../backend/live_test_controller.dart';
|
| +import '../../backend/state.dart';
|
| +import '../../backend/suite.dart';
|
| +import '../../backend/test.dart';
|
| +import '../../util/remote_exception.dart';
|
|
|
| /// A test in another isolate.
|
| class IsolateTest implements Test {
|
|
|