| 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 80662c886094eeb01b44b32d40ec2f53f21fd079..3605eee4216806ce7403f09296894f0947086bf6 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1802,6 +1802,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
|
| @@ -1818,6 +1819,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",
|
|
|