| 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 a8b3bd00af7c18d9bae50931b0bf3954144cb77b..42d9ee981c4c290e9a8ac96b2f00de2e7e2355c4 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1824,6 +1824,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * enum {
|
| * CONTENT_MODIFIED
|
| * FORMAT_INVALID_FILE
|
| + * FORMAT_WITH_ERRORS
|
| * GET_ERRORS_INVALID_FILE
|
| * INVALID_ANALYSIS_ROOT
|
| * INVALID_EXECUTION_CONTEXT
|
| @@ -1845,6 +1846,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| "CONTENT_MODIFIED",
|
| "FORMAT_INVALID_FILE",
|
| + "FORMAT_WITH_ERRORS",
|
| "GET_ERRORS_INVALID_FILE",
|
| "INVALID_ANALYSIS_ROOT",
|
| "INVALID_EXECUTION_CONTEXT",
|
|
|