| 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 fe7d3945e633c18265b081b08eded4188fc1e34f..78e08931ba529110012d69423cf43bfea0110bd8 100644
|
| --- a/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| +++ b/pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart
|
| @@ -17,6 +17,7 @@ main() {
|
| class SetSubscriptionsTest extends AbstractAnalysisServerIntegrationTest {
|
| test_subscribe() async {
|
| standardAnalysisSetup();
|
| + // ignore: deprecated_member_use
|
| await sendExecutionSetSubscriptions([ExecutionService.LAUNCH_DATA]);
|
| }
|
|
|
|
|