| Index: pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| index fcd4189926cb7e52d6a2dcb410376d4909f89eab..a379b3c70687971c4a8585f9f1a54f8b4128a15a 100644
|
| --- a/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| +++ b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| @@ -34,7 +34,4 @@ class SetSubscriptionsTest extends AbstractAnalysisServerIntegrationTest {
|
| expect(data.kind, ExecutableKind.SERVER);
|
| expect(data.file, pathname);
|
| }
|
| -
|
| - @override
|
| - bool get enableNewAnalysisDriver => true;
|
| }
|
|
|