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

Unified Diff: pkg/analyzer/bin/coverage.dart

Issue 685133003: Fix deprecation warnings in analyzer and analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/driver.dart ('k') | pkg/analyzer/bin/formatter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/bin/coverage.dart
diff --git a/pkg/analyzer/bin/coverage.dart b/pkg/analyzer/bin/coverage.dart
index 30efc6c53b2b0ce7d83098afb759c01d4bd2a78f..32194c6ce7696fde0c29d9abd2534e7a5eea0893 100644
--- a/pkg/analyzer/bin/coverage.dart
+++ b/pkg/analyzer/bin/coverage.dart
@@ -78,7 +78,7 @@ final ArgParser _argParser = new ArgParser()
printUsage([var description = 'Code coverage tool for Dart.']) {
- var usage = _argParser.getUsage();
+ var usage = _argParser.usage;
print('$description\n');
print('Usage: coverage [options] <script>\n');
print('$usage\n');
« no previous file with comments | « pkg/analysis_server/lib/driver.dart ('k') | pkg/analyzer/bin/formatter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698