| Index: pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
|
| index 71eda5c3d96c9d8396c47bc8375e0850446f3175..fc707f9be92bcd8465fc192badef1612297bbaf2 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
|
| @@ -60,7 +60,8 @@ class LocalLibraryContributorTest extends DartCompletionContributorTest {
|
| assertNotSuggested('T1');
|
| assertNotSuggested('_d');
|
| assertNotSuggested('z');
|
| - assertNotSuggested('m');
|
| + assertSuggestTopLevelVar('m', 'dynamic',
|
| + relevance: DART_RELEVANCE_LOCAL_TOP_LEVEL_VARIABLE);
|
| }
|
|
|
| test_partFile_TypeName() async {
|
|
|