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

Unified Diff: pkg/analysis_server/test/src/plugin/plugin_locator_test.dart

Issue 2952583003: Rename the plugin location key and directory name (Closed)
Patch Set: Created 3 years, 6 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/src/plugin/plugin_locator_test.dart
diff --git a/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart b/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart
index 956987cc473e14adb4474ad04a5a34a2e84f4944..6794a52bab51a7a2dacc4e3ef4cfb7ac902238ff 100644
--- a/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart
+++ b/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart
@@ -76,7 +76,7 @@ class PluginLocatorTest {
resourceProvider.pathContext.join(packageRoot, 'pluginDir');
_createPubspec('''
name: test_project
-${PluginLocator.analysisPluginKey}: $nonDefaultPath
+${PluginLocator.analyzerPluginKey}: $nonDefaultPath
''');
resourceProvider.newFolder(nonDefaultPath);
return nonDefaultPath;
« no previous file with comments | « pkg/analysis_server/lib/src/plugin/plugin_locator.dart ('k') | pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698