| Index: dart/tools/testing/dart/co19_test.dart
|
| diff --git a/dart/tools/testing/dart/co19_test.dart b/dart/tools/testing/dart/co19_test.dart
|
| index e793344a86090779d86c7be76e84dd3532f99a6a..a55f0a7c4f5f4ee67298d5695f815d88dab8ee7e 100644
|
| --- a/dart/tools/testing/dart/co19_test.dart
|
| +++ b/dart/tools/testing/dart/co19_test.dart
|
| @@ -19,14 +19,10 @@ library co19_test;
|
| import "dart:io";
|
|
|
| import "test_options.dart";
|
| -import "test_progress.dart";
|
| -import "test_runner.dart";
|
| import "test_suite.dart";
|
| import "utils.dart" show Path;
|
| import "../../test.dart" as test_dart;
|
|
|
| -import "../../../tests/co19/test_config.dart";
|
| -
|
| const List<String> COMMON_ARGUMENTS =
|
| const <String>['--report', '--progress=diff', 'co19'];
|
|
|
|
|