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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java

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/tool/spec/generated/java/types/ElementKind.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java b/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
index 14783c3314ccd6c1d8e05cc9ce3c21cf5b853a48..0291a153cb5da8eaee9f350ef62ca20c971046fb 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
@@ -63,8 +63,14 @@ public class ElementKind {
public static final String TYPE_PARAMETER = "TYPE_PARAMETER";
+ /**
+ * Deprecated: support for tests was removed.
+ */
public static final String UNIT_TEST_GROUP = "UNIT_TEST_GROUP";
+ /**
+ * Deprecated: support for tests was removed.
+ */
public static final String UNIT_TEST_TEST = "UNIT_TEST_TEST";
public static final String UNKNOWN = "UNKNOWN";
« no previous file with comments | « pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698