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

Unified Diff: pkg/analysis_server/test/edit/fixes_test.dart

Issue 2874803003: Add support for built-in plugins (Closed)
Patch Set: Created 3 years, 7 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/edit/fixes_test.dart
diff --git a/pkg/analysis_server/test/edit/fixes_test.dart b/pkg/analysis_server/test/edit/fixes_test.dart
index 1fc07dcbe23cd8064c1ef2f466bce8a74343e6e8..93c611e3311774792b41e47e08f30892e896a6f4 100644
--- a/pkg/analysis_server/test/edit/fixes_test.dart
+++ b/pkg/analysis_server/test/edit/fixes_test.dart
@@ -54,7 +54,7 @@ main() {
}
test_fromPlugins() async {
- PluginInfo info = new PluginInfo('a', 'b', 'c', null, null);
+ PluginInfo info = new DiscoveredPluginInfo('a', 'b', 'c', null, null);
plugin.AnalysisErrorFixes fixes = new plugin.AnalysisErrorFixes(
new plugin.AnalysisError(
plugin.AnalysisErrorSeverity.ERROR,
« no previous file with comments | « pkg/analysis_server/test/edit/assists_test.dart ('k') | pkg/analysis_server/test/src/domain_abstract_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698