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

Unified Diff: pkg/analysis_server/test/integration/support/integration_test_methods.dart

Issue 2960073002: Generate constants in server as we do in plugin (Closed)
Patch Set: improve names 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/integration/support/integration_test_methods.dart
diff --git a/pkg/analysis_server/test/integration/support/integration_test_methods.dart b/pkg/analysis_server/test/integration/support/integration_test_methods.dart
index 52ddc01178c07109feb414b97704ce6c6a7409c4..be714c71e016febca0bd70b9317ec7c615fc75dd 100644
--- a/pkg/analysis_server/test/integration/support/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/support/integration_test_methods.dart
@@ -1561,7 +1561,7 @@ abstract class IntegrationTestMixin {
*
* templates: List<PostfixTemplateDescriptor>
*
- * The list of available template.
+ * The list of available templates.
*/
Future<EditListPostfixCompletionTemplatesResult>
sendEditListPostfixCompletionTemplates() async {

Powered by Google App Engine
This is Rietveld 408576698