| 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 b262f79c3ba46606f859b2bbb70f9b2ee93d5b31..b2b727d90efb1e7306aba94c1c6d0be12ad906af 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1869,6 +1869,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * FORMAT_INVALID_FILE
|
| * FORMAT_WITH_ERRORS
|
| * GET_ERRORS_INVALID_FILE
|
| + * GET_NAVIGATION_INVALID_FILE
|
| * INVALID_ANALYSIS_ROOT
|
| * INVALID_EXECUTION_CONTEXT
|
| * INVALID_OVERLAY_CHANGE
|
| @@ -1891,6 +1892,7 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| "FORMAT_INVALID_FILE",
|
| "FORMAT_WITH_ERRORS",
|
| "GET_ERRORS_INVALID_FILE",
|
| + "GET_NAVIGATION_INVALID_FILE",
|
| "INVALID_ANALYSIS_ROOT",
|
| "INVALID_EXECUTION_CONTEXT",
|
| "INVALID_OVERLAY_CHANGE",
|
|
|