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

Unified Diff: pkg/analyzer_plugin/test/plugin/mocks.dart

Issue 3009513002: Clean up after some recent code changes (Closed)
Patch Set: Created 3 years, 4 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/analyzer_plugin/test/plugin/mocks.dart
diff --git a/pkg/analyzer_plugin/test/plugin/mocks.dart b/pkg/analyzer_plugin/test/plugin/mocks.dart
index b8f784d772836a7cb4dd384c49db2d3f22fca699..a9ff4d8ad704e524929bd9a38dca84c1bd177659 100644
--- a/pkg/analyzer_plugin/test/plugin/mocks.dart
+++ b/pkg/analyzer_plugin/test/plugin/mocks.dart
@@ -119,14 +119,9 @@ class MockChannel implements PluginCommunicationChannel {
* A concrete implementation of a server plugin that is suitable for testing.
*/
class MockServerPlugin extends ServerPlugin {
- MockChannel mockChannel = new MockChannel();
-
MockServerPlugin(ResourceProvider resourceProvider) : super(resourceProvider);
@override
- PluginCommunicationChannel get channel => mockChannel;
-
- @override
List<String> get fileGlobsToAnalyze => <String>['*.dart'];
@override
« no previous file with comments | « pkg/analyzer_plugin/lib/plugin/completion_mixin.dart ('k') | pkg/analyzer_plugin/test/plugin/navigation_mixin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698