| Index: tools/testing/dart/co19_test.dart
|
| diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart
|
| index 29113a07ccf2c44d540e4599190dfacba27da8b1..5cbcddaf36b2fef12ab01ea3b1c90d25a6b9c0e4 100644
|
| --- a/tools/testing/dart/co19_test.dart
|
| +++ b/tools/testing/dart/co19_test.dart
|
| @@ -18,7 +18,7 @@ library co19_test;
|
|
|
| import "dart:io";
|
|
|
| -import "options.dart";
|
| +import "test_options.dart";
|
| import "test_suite.dart";
|
| import "test_configurations.dart";
|
|
|
| @@ -59,7 +59,7 @@ const List<List<String>> COMMAND_LINES = const <List<String>>[
|
|
|
| void main(List<String> args) {
|
| TestUtils.setDartDirUri(Platform.script.resolve('../../..'));
|
| - var optionsParser = new OptionsParser();
|
| + var optionsParser = new TestOptionsParser();
|
| var configurations = <Map>[];
|
| for (var commandLine in COMMAND_LINES) {
|
| var arguments = <String>[];
|
|
|