| 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 f27f5483cdd1b5c36b2f900d28bd1054e5a8853b..f9d178ebc81a27081a2a43ed19812c83fa029b50 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1614,7 +1614,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * RequestErrorCode
|
| *
|
| * enum {
|
| - * GET_ERRORS_ERROR
|
| + * GET_ERRORS_INVALID_FILE
|
| * INVALID_PARAMETER
|
| * INVALID_REQUEST
|
| * SERVER_ALREADY_STARTED
|
| @@ -1624,7 +1624,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * }
|
| */
|
| final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| - "GET_ERRORS_ERROR",
|
| + "GET_ERRORS_INVALID_FILE",
|
| "INVALID_PARAMETER",
|
| "INVALID_REQUEST",
|
| "SERVER_ALREADY_STARTED",
|
|
|