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

Unified Diff: pkg/analysis_server/bin/fuzz.dart

Issue 729283002: cleanup warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « no previous file | pkg/analysis_server/lib/src/services/completion/invocation_computer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/bin/fuzz.dart
diff --git a/pkg/analysis_server/bin/fuzz.dart b/pkg/analysis_server/bin/fuzz.dart
index 2ca29c212c3c64560a362a6b01eec188dcfe6762..7953ceb9893f6845e84cb1a43af95f5a4d5f592c 100644
--- a/pkg/analysis_server/bin/fuzz.dart
+++ b/pkg/analysis_server/bin/fuzz.dart
@@ -154,11 +154,11 @@ class _FuzzTest {
});
}
- void _printAnalysisSummary(AnalysisResults results) {
- print(
- 'Found ${results.errorCount} errors, ${results.warningCount} warnings,'
- ' and ${results.hintCount} hints in $results.elapsed');
- }
+// void _printAnalysisSummary(AnalysisResults results) {
+// print(
+// 'Found ${results.errorCount} errors, ${results.warningCount} warnings,'
+// ' and ${results.hintCount} hints in $results.elapsed');
+// }
/// Print information about how to use the server.
void _printUsage(ArgParser parser) {
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/services/completion/invocation_computer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698