| 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 c5b3bf447d100cd95558a8ec4bdc3635791306b1..f66479f6b34785dfcacc1889714301f1257271e3 100644
 | 
| --- a/pkg/analysis_server/test/analysis_server_test.dart
 | 
| +++ b/pkg/analysis_server/test/analysis_server_test.dart
 | 
| @@ -208,7 +208,7 @@ class AnalysisServerTestHelper {
 | 
|          null,
 | 
|          new AnalysisServerOptions(),
 | 
|          new MockSdk(),
 | 
| -        new NullInstrumentationServer(),
 | 
| +        InstrumentationService.NULL_SERVICE,
 | 
|          rethrowExceptions: rethrowExceptions);
 | 
|    }
 | 
|  }
 | 
| 
 |