Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart

Issue 2800283002: updates to the analysis server generated spec doc (Closed)
Patch Set: revert a change from a separate CL Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]);
}

Powered by Google App Engine
This is Rietveld 408576698