| 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 adeb2af46f6e8c8b3995e88e299a6172f2e341f8..691cc81587be4e3bc50e02bad8470c234ad85f98 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1274,6 +1274,8 @@ final Matcher isHighlightRegion = new LazyMatcher(() => new MatchesJsonObject(
|
| * CONSTRUCTOR
|
| * DIRECTIVE
|
| * DYNAMIC_TYPE
|
| + * ENUM
|
| + * ENUM_CONSTANT
|
| * FIELD
|
| * FIELD_STATIC
|
| * FUNCTION
|
| @@ -1313,6 +1315,8 @@ final Matcher isHighlightRegionType = new MatchesEnum("HighlightRegionType", [
|
| "CONSTRUCTOR",
|
| "DIRECTIVE",
|
| "DYNAMIC_TYPE",
|
| + "ENUM",
|
| + "ENUM_CONSTANT",
|
| "FIELD",
|
| "FIELD_STATIC",
|
| "FUNCTION",
|
|
|