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

Unified Diff: pkg/analysis_server/test/integration/analysis/error_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/analysis/error_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/error_test.dart b/pkg/analysis_server/test/integration/analysis/error_test.dart
index 5c4bea4be28d41d396134fcfc0e02cadec086c1a..2de9b7499206489edd17e56e33440c94b81d6997 100644
--- a/pkg/analysis_server/test/integration/analysis/error_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
@@ -84,6 +84,7 @@ abstract class C extends B {
}
}
''');
+ // ignore: deprecated_member_use
await sendAnalysisUpdateOptions(
new AnalysisOptions()..enableSuperMixins = true);
standardAnalysisSetup();
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | pkg/analysis_server/test/integration/analysis/update_options_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698