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

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

Issue 868893003: update analysis server spec and regen files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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/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 38a8df98641e004eea7c64e0c68f3410ad239279..d426e9c1ac4c41b5d51857c4b428579c5f007e5b 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -274,8 +274,12 @@ final Matcher isAnalysisUpdateContentParams = new LazyMatcher(() => new MatchesJ
/**
* analysis.updateContent result
+ *
+ * {
+ * }
*/
-final Matcher isAnalysisUpdateContentResult = isNull;
+final Matcher isAnalysisUpdateContentResult = new LazyMatcher(() => new MatchesJsonObject(
+ "analysis.updateContent result", null));
/**
* analysis.updateOptions params
« no previous file with comments | « pkg/analysis_server/test/integration/integration_test_methods.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