| 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
|
|
|