| Index: pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
|
| diff --git a/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart b/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
|
| index e931ba3b8e91abd1c7498351af31d7890bb28f78..d90344f953523ee0a65d53ee1379f9d4460ea6fd 100644
|
| --- a/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
|
| +++ b/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
|
| @@ -9964,8 +9964,14 @@ class ElementKind implements Enum {
|
|
|
| static const TYPE_PARAMETER = const ElementKind._("TYPE_PARAMETER");
|
|
|
| + /**
|
| + * Deprecated: support for tests was removed.
|
| + */
|
| static const UNIT_TEST_GROUP = const ElementKind._("UNIT_TEST_GROUP");
|
|
|
| + /**
|
| + * Deprecated: support for tests was removed.
|
| + */
|
| static const UNIT_TEST_TEST = const ElementKind._("UNIT_TEST_TEST");
|
|
|
| static const UNKNOWN = const ElementKind._("UNKNOWN");
|
|
|