| Index: pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart
|
| index 9265a6243cae76dd6d8614046227a505e447b723..afed832b86273548d19108dadf18d3a0467bff3a 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart
|
| @@ -10,11 +10,9 @@ import 'package:analysis_server/src/services/completion/dart/inherited_reference
|
| import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
| -import '../../../utils.dart';
|
| import 'completion_contributor_util.dart';
|
|
|
| main() {
|
| - initializeTestEnvironment();
|
| defineReflectiveSuite(() {
|
| defineReflectiveTests(InheritedContributorTest);
|
| });
|
|
|