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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

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
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 3bb6cfea24a9c273039dd5427a5dcb61cfe553bc..c26da51d1488261f377f832b21a5adeffc728a1b 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2621,8 +2621,14 @@
<value><code>SETTER</code></value>
<value><code>TOP_LEVEL_VARIABLE</code></value>
<value><code>TYPE_PARAMETER</code></value>
- <value><code>UNIT_TEST_GROUP</code></value>
- <value><code>UNIT_TEST_TEST</code></value>
+ <value>
+ <code>UNIT_TEST_GROUP</code>
+ <p><b><i>Deprecated</i></b>: support for tests was removed.</p>
+ </value>
+ <value>
+ <code>UNIT_TEST_TEST</code>
+ <p><b><i>Deprecated</i></b>: support for tests was removed.</p>
+ </value>
<value><code>UNKNOWN</code></value>
</enum>
</type>
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698