| Index: pkg/analysis_server/test/integration/support/protocol_matchers.dart
|
| diff --git a/pkg/analysis_server/test/integration/support/protocol_matchers.dart b/pkg/analysis_server/test/integration/support/protocol_matchers.dart
|
| index 902a6a58e371ed2425aa1be90335d0525c96068b..0768145bafd0e53a2e8f632f765dc511423adfa7 100644
|
| --- a/pkg/analysis_server/test/integration/support/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/support/protocol_matchers.dart
|
| @@ -1077,6 +1077,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * FORMAT_WITH_ERRORS
|
| * GET_ERRORS_INVALID_FILE
|
| * GET_IMPORTED_ELEMENTS_INVALID_FILE
|
| + * GET_KYTHE_ENTRIES_INVALID_FILE
|
| * GET_NAVIGATION_INVALID_FILE
|
| * GET_REACHABLE_SOURCES_INVALID_FILE
|
| * IMPORT_ELEMENTS_INVALID_FILE
|
| @@ -1106,6 +1107,7 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| "FORMAT_WITH_ERRORS",
|
| "GET_ERRORS_INVALID_FILE",
|
| "GET_IMPORTED_ELEMENTS_INVALID_FILE",
|
| + "GET_KYTHE_ENTRIES_INVALID_FILE",
|
| "GET_NAVIGATION_INVALID_FILE",
|
| "GET_REACHABLE_SOURCES_INVALID_FILE",
|
| "IMPORT_ELEMENTS_INVALID_FILE",
|
|
|