| Index: pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart
|
| index cda1372bdefb47f19346d16a482f115e4e8fa702..04f036034156d555c544a66526290923ae9b3806 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart
|
| @@ -14,7 +14,7 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| // import '../../../utils.dart';
|
| -import 'dart_completion_contributor_test.dart';
|
| +import 'completion_contributor_util.dart';
|
|
|
| main() {
|
| // Revisit this contributor and these tests
|
|
|