| Index: pkg/analysis_server/test/integration/diagnostic/get_diagnostics_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/diagnostic/get_diagnostics_test.dart b/pkg/analysis_server/test/integration/diagnostic/get_diagnostics_test.dart
|
| index c22330c4de1733cb60bb721a671e8280b03cf515..fe835bd5c5801293cbce317aafce8e3def6411e2 100644
|
| --- a/pkg/analysis_server/test/integration/diagnostic/get_diagnostics_test.dart
|
| +++ b/pkg/analysis_server/test/integration/diagnostic/get_diagnostics_test.dart
|
| @@ -27,7 +27,4 @@ class GetDiagnosticsTest extends AbstractAnalysisServerIntegrationTest {
|
| ContextData context = result.contexts.first;
|
| expect(context.name, isNotEmpty);
|
| }
|
| -
|
| - @override
|
| - bool get enableNewAnalysisDriver => true;
|
| }
|
|
|