| Index: tools/testing/dart/co19_test.dart
|
| diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart
|
| index 9c6de093ac2964b561e25b46a7970e72d2303697..4de996cad0a7247d1feaa08f4c14e7ce78740837 100644
|
| --- a/tools/testing/dart/co19_test.dart
|
| +++ b/tools/testing/dart/co19_test.dart
|
| @@ -14,15 +14,15 @@
|
| * [: ./tools/testing/bin/$OS/dart tools/testing/dart/co19_test.dart :]
|
| */
|
|
|
| -#library("co19_test");
|
| +library co19_test;
|
|
|
| -#import("dart:io");
|
| -#import("test_runner.dart");
|
| -#import("test_options.dart");
|
| -#import("test_suite.dart");
|
| -#import("test_progress.dart");
|
| +import "dart:io";
|
| +import "test_runner.dart";
|
| +import "test_options.dart";
|
| +import "test_suite.dart";
|
| +import "test_progress.dart";
|
|
|
| -#import("../../../tests/co19/test_config.dart");
|
| +import "../../../tests/co19/test_config.dart";
|
|
|
| const List<String> COMMON_ARGUMENTS = const <String>['--report'];
|
|
|
|
|