| Index: pkg/analyzer/test/dart/ast/visitor_test.dart
|
| diff --git a/pkg/analyzer/test/dart/ast/visitor_test.dart b/pkg/analyzer/test/dart/ast/visitor_test.dart
|
| index 5fe5219576ead62f160ae233014833bebf1df03e..5c7d14f4a381700aa3e0ae681218fbdd4b6486e0 100644
|
| --- a/pkg/analyzer/test/dart/ast/visitor_test.dart
|
| +++ b/pkg/analyzer/test/dart/ast/visitor_test.dart
|
| @@ -11,10 +11,8 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
| import '../../generated/parser_test.dart' show ParserTestCase;
|
| import '../../generated/test_support.dart';
|
| -import '../../utils.dart';
|
|
|
| main() {
|
| - initializeTestEnvironment();
|
| defineReflectiveSuite(() {
|
| defineReflectiveTests(BreadthFirstVisitorTest);
|
| });
|
|
|