| Index: pkg/analysis_server/test/services/completion/dart/keyword_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/keyword_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/keyword_contributor_test.dart
|
| index 7940276b51674b66f3e785dbd8735a6f84a0437f..a3c9ac65ee201d38b93d2adc1eac8d181a334122 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/keyword_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/keyword_contributor_test.dart
|
| @@ -211,9 +211,6 @@ class KeywordContributorTest extends DartCompletionContributorTest {
|
| Keyword.TRUE,
|
| ];
|
|
|
| - @override
|
| - bool get enableNewAnalysisDriver => true;
|
| -
|
| void assertSuggestKeywords(Iterable<Keyword> expectedKeywords,
|
| {List<String> pseudoKeywords: NO_PSEUDO_KEYWORDS,
|
| int relevance: DART_RELEVANCE_KEYWORD}) {
|
|
|