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

Unified Diff: pkg/analysis_server/test/integration/protocol_matchers.dart

Issue 1409333002: DAS specification changes - spelling and ElementKind.FILE addition. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/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 347976e2d150c20edad7dc6c2ebf0836ed347f27..6d0ec42bc7362e31c05588dc78e74d80a73ad0b3 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -1294,6 +1294,7 @@ final Matcher isElement = new LazyMatcher(() => new MatchesJsonObject(
* ENUM
* ENUM_CONSTANT
* FIELD
+ * FILE
* FUNCTION
* FUNCTION_TYPE_ALIAS
* GETTER
@@ -1319,6 +1320,7 @@ final Matcher isElementKind = new MatchesEnum("ElementKind", [
"ENUM",
"ENUM_CONSTANT",
"FIELD",
+ "FILE",
"FUNCTION",
"FUNCTION_TYPE_ALIAS",
"GETTER",

Powered by Google App Engine
This is Rietveld 408576698