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

Unified Diff: pkg/analysis_server/test/src/computer/closingLabels_computer_test.dart

Issue 2994113002: Ignore two unused element warnings in pkg/analysis_server. (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « pkg/analysis_server/lib/src/analysis_server.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/src/computer/closingLabels_computer_test.dart
diff --git a/pkg/analysis_server/test/src/computer/closingLabels_computer_test.dart b/pkg/analysis_server/test/src/computer/closingLabels_computer_test.dart
index 17ca205873492b50336786274d8d734495f753a3..4004c589a7ebd97858941f4976996001e0331ce4 100644
--- a/pkg/analysis_server/test/src/computer/closingLabels_computer_test.dart
+++ b/pkg/analysis_server/test/src/computer/closingLabels_computer_test.dart
@@ -269,10 +269,11 @@ Widget build(BuildContext context) {
}
""";
+ // ignore: unused_local_variable
var labels = await _computeElements(content);
- // TODO(dantup) Results here are currently bad so this test is just checking that we
- // dont crash. Need to confirm what to do here; the bad labels might not be fixed
- // until the code is using the new shared parser.
+ // TODO(dantup): Results here are currently bad so this test is just
+ // checking that we don't crash. Need to confirm what to do here; the bad
+ // labels might not be fixed until the code is using the new shared parser.
// https://github.com/dart-lang/sdk/issues/30370
}
« no previous file with comments | « pkg/analysis_server/lib/src/analysis_server.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698