| Index: pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/update_options_test.dart b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| index f230deb35541ea2b3e6958b40a155037a4b41677..d73d915f434f2f90ef6d789e5ffe447fe327879f 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
|
| @@ -44,7 +44,4 @@ class Foo {
|
| await analysisFinished;
|
| expect(getErrors(pathname), hasLength(1));
|
| }
|
| -
|
| - @override
|
| - bool get enableNewAnalysisDriver => true;
|
| }
|
|
|