| Index: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| index a031c03a7d7464277e43a488c702540d1914f1c8..7d3acd892c7529d4a8ec9e11ef1a3e1947e4b7c5 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| @@ -16,11 +16,9 @@ import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
| import '../../../abstract_context.dart';
|
| -import '../../../utils.dart';
|
| import 'completion_contributor_util.dart';
|
|
|
| main() {
|
| - initializeTestEnvironment();
|
| defineReflectiveSuite(() {
|
| defineReflectiveTests(ImportedReferenceContributorTest);
|
| });
|
|
|