| Index: pkg/analysis_server/test/integration/integration_tests.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_tests.dart b/pkg/analysis_server/test/integration/integration_tests.dart
|
| index bff5f0276b699f9c1d2aac6b421dd6e509e07c3e..554a42973be43c987b0dafccde521f904847c9e9 100644
|
| --- a/pkg/analysis_server/test/integration/integration_tests.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_tests.dart
|
| @@ -209,9 +209,7 @@ final Matcher isAnalysisError = new MatchesJsonObject('AnalysisError', {
|
| 'location': isLocation,
|
| 'message': isString,
|
| }, optionalFields: {
|
| - 'correction': isString,
|
| - // TODO(paulberry): remove 'errorCode' once server stops sending it
|
| - 'errorCode': anything
|
| + 'correction': isString
|
| });
|
|
|
| const Matcher isAnalysisStatus = const MatchesJsonObject('AnalysisStatus', const
|
|
|