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

Unified Diff: pkg/analyzer_plugin/test/plugin/plugin_test.dart

Issue 2885993004: Pass the sdk path to plugins (Closed)
Patch Set: Created 3 years, 7 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/analyzer_plugin/test/plugin/plugin_test.dart
diff --git a/pkg/analyzer_plugin/test/plugin/plugin_test.dart b/pkg/analyzer_plugin/test/plugin/plugin_test.dart
index ec90cf95162b6ee6d174a446a01f41d3e2146459..85c1c6beb813165f1c4bb03632723d6814b61d81 100644
--- a/pkg/analyzer_plugin/test/plugin/plugin_test.dart
+++ b/pkg/analyzer_plugin/test/plugin/plugin_test.dart
@@ -221,7 +221,7 @@ class ServerPluginTest {
test_handlePluginVersionCheck() async {
PluginVersionCheckResult result = await plugin.handlePluginVersionCheck(
- new PluginVersionCheckParams('path', '0.1.0'));
+ new PluginVersionCheckParams('byteStorePath', 'sdkPath', '0.1.0'));
expect(result, isNotNull);
expect(result.interestingFiles, ['*.dart']);
expect(result.isCompatible, isTrue);
« no previous file with comments | « pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart ('k') | pkg/analyzer_plugin/tool/spec/plugin_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698