| Index: tests/standalone/io/test_runner_test.dart
|
| diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart
|
| index e5ec3aef62bd3fce4045f7424a38b39ebbccc744..6b62622cc76ea8a38b00cf2ec9587d1941d039ea 100644
|
| --- a/tests/standalone/io/test_runner_test.dart
|
| +++ b/tests/standalone/io/test_runner_test.dart
|
| @@ -3,12 +3,14 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "dart:io";
|
| -import "dart:isolate";
|
| import "dart:async";
|
| +
|
| import "../../../tools/testing/dart/test_runner.dart";
|
| import "../../../tools/testing/dart/test_suite.dart";
|
| -import "../../../tools/testing/dart/test_progress.dart" as progress;
|
| -import "../../../tools/testing/dart/status_file_parser.dart";
|
| +import '../../../tools/testing/dart/lib/command.dart';
|
| +import "../../../tools/testing/dart/lib/test_case.dart";
|
| +import "../../../tools/testing/dart/lib/test_progress.dart" as progress;
|
| +import "../../../tools/testing/dart/lib/status_file_parser.dart";
|
| import "../../../tools/testing/dart/test_options.dart";
|
| import "process_test_util.dart";
|
|
|
|
|