Index: pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart |
diff --git a/pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart b/pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart |
index 87dd5a4385bc1463788e4620a2f4f25c85356e1b..ae5a82126dec568efe5e01b5ce2188db53881050 100644 |
--- a/pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart |
+++ b/pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart |
@@ -1410,12 +1410,13 @@ final Matcher isPluginShutdownResult = isNull; |
* |
* { |
* "byteStorePath": String |
+ * "sdkPath": String |
* "version": String |
* } |
*/ |
final Matcher isPluginVersionCheckParams = new LazyMatcher(() => |
new MatchesJsonObject("plugin.versionCheck params", |
- {"byteStorePath": isString, "version": isString})); |
+ {"byteStorePath": isString, "sdkPath": isString, "version": isString})); |
/** |
* plugin.versionCheck result |