| 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 3f135d49cb539fef39513992fc1797f9e40fed83..37e8063f7032cc2448bbfb8443ccdd0a7bdb71f1 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1687,6 +1687,8 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
|
| * INVALID_REQUEST
|
| * SERVER_ALREADY_STARTED
|
| * SERVER_ERROR
|
| + * SORT_MEMBERS_INVALID_FILE
|
| + * SORT_MEMBERS_PARSE_ERRORS
|
| * UNANALYZED_PRIORITY_FILES
|
| * UNKNOWN_REQUEST
|
| * UNSUPPORTED_FEATURE
|
| @@ -1699,6 +1701,8 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
|
| "INVALID_REQUEST",
|
| "SERVER_ALREADY_STARTED",
|
| "SERVER_ERROR",
|
| + "SORT_MEMBERS_INVALID_FILE",
|
| + "SORT_MEMBERS_PARSE_ERRORS",
|
| "UNANALYZED_PRIORITY_FILES",
|
| "UNKNOWN_REQUEST",
|
| "UNSUPPORTED_FEATURE"
|
|
|