| Index: pkg/analyzer/test/test_all.dart
|
| diff --git a/pkg/analyzer/test/test_all.dart b/pkg/analyzer/test/test_all.dart
|
| index 9504929ee96dc31ea2214d6e1adc6831e83017cc..d9cdf90a2fdb7bfbe02739efb9178185eea10eca 100644
|
| --- a/pkg/analyzer/test/test_all.dart
|
| +++ b/pkg/analyzer/test/test_all.dart
|
| @@ -14,11 +14,9 @@ import 'instrumentation/test_all.dart' as instrumentation;
|
| import 'parse_compilation_unit_test.dart' as parse_compilation_unit;
|
| import 'source/test_all.dart' as source;
|
| import 'src/test_all.dart' as src;
|
| -import 'utils.dart';
|
|
|
| /// Utility for manually running all tests.
|
| main() {
|
| - initializeTestEnvironment();
|
| defineReflectiveSuite(() {
|
| cancelable_future_test.main();
|
| context.main();
|
|
|