| Index: pkg/analyzer_cli/test/all.dart
|
| diff --git a/pkg/analyzer_cli/test/all.dart b/pkg/analyzer_cli/test/all.dart
|
| index ea55810d4c276fd135d991018c5009714124f17a..9f085630c8219386ca5b0a1d14cdc04558f89655 100644
|
| --- a/pkg/analyzer_cli/test/all.dart
|
| +++ b/pkg/analyzer_cli/test/all.dart
|
| @@ -2,6 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import 'boot_loader_test.dart' as boot_loader;
|
| import 'driver_test.dart' as driver;
|
| import 'error_test.dart' as error;
|
| import 'options_test.dart' as options;
|
| @@ -13,6 +14,7 @@ import 'super_mixin_test.dart' as super_mixin;
|
| //import 'strong_mode_test.dart' as strong_mode;
|
|
|
| main() {
|
| + boot_loader.main();
|
| driver.main();
|
| // TODO(pq): fix tests to run safely on the bots
|
| // https://github.com/dart-lang/sdk/issues/25001
|
|
|