| 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 a53e433514e2a9394d521318c2e4c0a1e5fa8938..7851d496f56bc763de64144b5adbe97bc0dcd9c3 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,8 +60,7 @@ class LocalLibraryContributorTest extends DartCompletionContributorTest {
|
| assertNotSuggested('T1');
|
| assertNotSuggested('_d');
|
| assertNotSuggested('z');
|
| - assertSuggestTopLevelVar('m', 'dynamic',
|
| - relevance: DART_RELEVANCE_LOCAL_TOP_LEVEL_VARIABLE);
|
| + assertNotSuggested('m');
|
| }
|
|
|
| test_partFile_Constructor2() async {
|
|
|