| 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 d426e9c1ac4c41b5d51857c4b428579c5f007e5b..be30013ee203a49e4a0aa978391f28a98353372a 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1800,6 +1800,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * INVALID_OVERLAY_CHANGE
|
| * INVALID_PARAMETER
|
| * INVALID_REQUEST
|
| + * REFACTORING_REQUEST_CANCELLED
|
| * SERVER_ALREADY_STARTED
|
| * SERVER_ERROR
|
| * SORT_MEMBERS_INVALID_FILE
|
| @@ -1816,6 +1817,7 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| "INVALID_OVERLAY_CHANGE",
|
| "INVALID_PARAMETER",
|
| "INVALID_REQUEST",
|
| + "REFACTORING_REQUEST_CANCELLED",
|
| "SERVER_ALREADY_STARTED",
|
| "SERVER_ERROR",
|
| "SORT_MEMBERS_INVALID_FILE",
|
|
|