| 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 25ae5da773df0a1ab1ca266ed7658f54e68052bf..5308d6b194109a136cd0c75e13fa5133a81f16f5 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1633,6 +1633,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| *
|
| * enum {
|
| * GET_ERRORS_INVALID_FILE
|
| + * INVALID_OVERLAY_CHANGE
|
| * INVALID_PARAMETER
|
| * INVALID_REQUEST
|
| * SERVER_ALREADY_STARTED
|
| @@ -1643,6 +1644,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| */
|
| final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| "GET_ERRORS_INVALID_FILE",
|
| + "INVALID_OVERLAY_CHANGE",
|
| "INVALID_PARAMETER",
|
| "INVALID_REQUEST",
|
| "SERVER_ALREADY_STARTED",
|
|
|