| Index: tools/testing/dart/main.dart
|
| diff --git a/tools/testing/dart/main.dart b/tools/testing/dart/main.dart
|
| index 146bb75dc5a213e726e605022eca734c29706b59..2e9e70309dc3dcfc3ad27c4e998c8ce89f4b2341 100644
|
| --- a/tools/testing/dart/main.dart
|
| +++ b/tools/testing/dart/main.dart
|
| @@ -24,7 +24,7 @@ import "dart:io";
|
|
|
| import "options.dart";
|
| import "test_configurations.dart";
|
| -import "test_suite.dart";
|
| +import 'utils.dart';
|
|
|
| /// Runs all of the tests specified by the given command line [arguments].
|
| void main(List<String> arguments) {
|
|
|