| 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 6072aec84683a696dff6f14f7ae8e05023b326f8..8a1562ba096a95adfde8e8736b5c5dcbae30451e 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1810,6 +1810,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * INVALID_OVERLAY_CHANGE
|
| * INVALID_PARAMETER
|
| * INVALID_REQUEST
|
| + * NO_INDEX_GENERATED
|
| * REFACTORING_REQUEST_CANCELLED
|
| * SERVER_ALREADY_STARTED
|
| * SERVER_ERROR
|
| @@ -1828,6 +1829,7 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| "INVALID_OVERLAY_CHANGE",
|
| "INVALID_PARAMETER",
|
| "INVALID_REQUEST",
|
| + "NO_INDEX_GENERATED",
|
| "REFACTORING_REQUEST_CANCELLED",
|
| "SERVER_ALREADY_STARTED",
|
| "SERVER_ERROR",
|
|
|