| Index: pkg/analyzer/test/dart/ast/test_all.dart
|
| diff --git a/pkg/analyzer/test/dart/ast/test_all.dart b/pkg/analyzer/test/dart/ast/test_all.dart
|
| index 53ab1ad761a2f063b9733a9ca93a3b9cf8cefe80..4babcdfeb8abe79eed774aef6b1e747470ac8320 100644
|
| --- a/pkg/analyzer/test/dart/ast/test_all.dart
|
| +++ b/pkg/analyzer/test/dart/ast/test_all.dart
|
| @@ -6,13 +6,11 @@ library analyzer.test.dart.ast.test_all;
|
|
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
| -import '../../utils.dart';
|
| import 'ast_test.dart' as ast;
|
| import 'visitor_test.dart' as visitor;
|
|
|
| /// Utility for manually running all tests.
|
| main() {
|
| - initializeTestEnvironment();
|
| defineReflectiveSuite(() {
|
| ast.main();
|
| visitor.main();
|
|
|