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