Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart

Issue 1570003002: Deprecate UNIT_TEST_GROUP and UNIT_TEST_TEST. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698