| Index: pkg/analysis_server/test/integration/protocol_matchers.dart
|
| diff --git a/pkg/analysis_server/test/integration/protocol_matchers.dart b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| index 53faaa346545f0bbfea9e11cf63a5e6b297e43c8..7e795058c301ae95d40a56d1dc4f42d1bca11219 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1641,6 +1641,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * INVALID_PARAMETER
|
| * INVALID_REQUEST
|
| * SERVER_ALREADY_STARTED
|
| + * SERVER_ERROR
|
| * UNANALYZED_PRIORITY_FILES
|
| * UNKNOWN_REQUEST
|
| * UNSUPPORTED_FEATURE
|
| @@ -1652,6 +1653,7 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| "INVALID_PARAMETER",
|
| "INVALID_REQUEST",
|
| "SERVER_ALREADY_STARTED",
|
| + "SERVER_ERROR",
|
| "UNANALYZED_PRIORITY_FILES",
|
| "UNKNOWN_REQUEST",
|
| "UNSUPPORTED_FEATURE"
|
|
|