| 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 66a37d59a23e87e2dfa40c70b44990ed8b0a74cc..3fb4e27dda720639b95f658283b357cdd61d0ef9 100644
|
| --- a/pkg/analysis_server/test/analysis_server_test.dart
|
| +++ b/pkg/analysis_server/test/analysis_server_test.dart
|
| @@ -25,7 +25,8 @@ class AnalysisServerTestHelper {
|
| AnalysisServerTestHelper({bool rethrowExceptions: true}) {
|
| channel = new MockServerChannel();
|
| server = new AnalysisServer(channel, PhysicalResourceProvider.INSTANCE,
|
| - new MockPackageMapProvider(), rethrowExceptions: rethrowExceptions);
|
| + new MockPackageMapProvider(), null,
|
| + rethrowExceptions: rethrowExceptions);
|
| }
|
| }
|
|
|
|
|