| Index: pkg/analysis_server/test/services/completion/dart/test_all.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/test_all.dart b/pkg/analysis_server/test/services/completion/dart/test_all.dart
|
| index c01b36c0585222386b8266907b037da3720e836e..b9051a8630c47d469ea12ce08196efb81924fbe9 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/test_all.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/test_all.dart
|
| @@ -16,7 +16,6 @@ import 'label_contributor_test.dart' as label_contributor_test;
|
| import 'library_member_contributor_test.dart' as library_member_test;
|
| import 'library_prefix_contributor_test.dart' as library_prefix_test;
|
| import 'local_constructor_contributor_test.dart' as local_constructor_test;
|
| -import 'local_declaration_visitor_test.dart' as local_decl_visitor_test;
|
| import 'local_library_contributor_test.dart' as local_lib_test;
|
| import 'local_reference_contributor_test.dart' as local_ref_test;
|
| import 'named_constructor_contributor_test.dart' as named_contributor_test;
|
| @@ -42,7 +41,6 @@ main() {
|
| library_member_test.main();
|
| library_prefix_test.main();
|
| local_constructor_test.main();
|
| - local_decl_visitor_test.main();
|
| local_lib_test.main();
|
| local_ref_test.main();
|
| named_contributor_test.main();
|
|
|