| 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,
|
|
|