| Index: pkg/analysis_server/test/services/completion/test_all.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/test_all.dart b/pkg/analysis_server/test/services/completion/test_all.dart
|
| index 41ddfc9a57637d2d0df987f8a0fa318cddc1d273..e18ec5740d934c24e075cf580dccb9c4295dc74c 100644
|
| --- a/pkg/analysis_server/test/services/completion/test_all.dart
|
| +++ b/pkg/analysis_server/test/services/completion/test_all.dart
|
| @@ -13,8 +13,6 @@ import 'completion_target_test.dart' as completion_target_test;
|
| import 'dart/test_all.dart' as dart_contributor_tests;
|
| import 'imported_reference_contributor_test.dart' as imported_test;
|
| import 'local_declaration_visitor_test.dart' as local_declaration_visitor_test;
|
| -import 'local_reference_contributor_test.dart'
|
| - as local_reference_contributor_test;
|
| import 'optype_test.dart' as optype_test;
|
|
|
| /// Utility for manually running all tests.
|
| @@ -27,7 +25,6 @@ main() {
|
| dart_contributor_tests.main();
|
| imported_test.main();
|
| local_declaration_visitor_test.main();
|
| - local_reference_contributor_test.main();
|
| optype_test.main();
|
| });
|
| }
|
|
|