| 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 308585b3664d3116d7af1ef54c944088a38811d6..b5758fd038a4cdf88c3396c1cd4488f280ad3c6b 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
|
| @@ -20,9 +20,6 @@ main() {
|
| @reflectiveTest
|
| class LocalLibraryContributorTest extends DartCompletionContributorTest {
|
| @override
|
| - bool get enableNewAnalysisDriver => true;
|
| -
|
| - @override
|
| DartCompletionContributor createContributor() {
|
| return new LocalLibraryContributor();
|
| }
|
|
|