| Index: pkg/analysis_server/test/analysis_server_test.dart
|
| diff --git a/pkg/analysis_server/test/analysis_server_test.dart b/pkg/analysis_server/test/analysis_server_test.dart
|
| index 85a6bbcbb2c70373c5c86bd2ef6a89538b15cdeb..8527528eb2abe2d84b619f924563b80b604e9c8d 100644
|
| --- a/pkg/analysis_server/test/analysis_server_test.dart
|
| +++ b/pkg/analysis_server/test/analysis_server_test.dart
|
| @@ -144,7 +144,7 @@ import "../foo/foo.dart";
|
| null,
|
| plugin,
|
| new AnalysisServerOptions(),
|
| - () => new MockSdk(),
|
| + (_) => new MockSdk(),
|
| InstrumentationService.NULL_SERVICE,
|
| rethrowExceptions: true);
|
| processRequiredPlugins();
|
|
|