| 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 67f2b54c11737a89fe9cc064c711fe9df25a1d7b..c96fa23ab269b98bf881a824bedf005fde49adbe 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/test_all.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/test_all.dart
|
| @@ -14,6 +14,7 @@ import 'field_formal_contributor_test.dart' as field_formal_contributor_test;
|
| import 'inherited_contributor_test.dart' as inherited_contributor_test;
|
| import 'keyword_contributor_test.dart' as keyword_test;
|
| import 'named_constructor_contributor_test.dart' as named_contributor_test;
|
| +import 'static_member_contributor_test.dart' as static_contributor_test;
|
| import 'uri_contributor_test.dart' as uri_contributor_test;
|
|
|
| /// Utility for manually running all tests.
|
| @@ -27,6 +28,7 @@ main() {
|
| inherited_contributor_test.main();
|
| keyword_test.main();
|
| named_contributor_test.main();
|
| + static_contributor_test.main();
|
| uri_contributor_test.main();
|
| });
|
| }
|
|
|