| Index: pkg/analysis_server/test/services/completion/dart/type_member_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/type_member_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/type_member_contributor_test.dart
|
| index 22e648d6150f5cefdbecb53bb1b23dfafc7e189c..74f0de869e625e8406471c33dff1165f5b676c5c 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/type_member_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/type_member_contributor_test.dart
|
| @@ -20,9 +20,6 @@ main() {
|
|
|
| @reflectiveTest
|
| class TypeMemberContributorTest extends DartCompletionContributorTest {
|
| - @override
|
| - bool get enableNewAnalysisDriver => true;
|
| -
|
| /**
|
| * Check whether a declaration of the form [shadower] in a derived class
|
| * shadows a declaration of the form [shadowee] in a base class, for the
|
|
|