| 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 2c46a878759887204f3da4188cbfdd2e18812283..00bcc2e924d286c6e9b7bbcbdfd75c9a33f8b66e 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1644,6 +1644,7 @@ final Matcher isSearchResult = new LazyMatcher(() => new MatchesJsonObject(
|
| * READ
|
| * READ_WRITE
|
| * REFERENCE
|
| + * UNKNOWN
|
| * WRITE
|
| * }
|
| */
|
| @@ -1653,6 +1654,7 @@ final Matcher isSearchResultKind = new MatchesEnum("SearchResultKind", [
|
| "READ",
|
| "READ_WRITE",
|
| "REFERENCE",
|
| + "UNKNOWN",
|
| "WRITE"
|
| ]);
|
|
|
|
|