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

Unified Diff: pkg/front_end/tool/perf.dart

Issue 2489573002: Add analysis options for front end, and fix a bug discovered by strong mode. (Closed)
Patch Set: Created 4 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 | « pkg/front_end/.analysis_options ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/perf.dart
diff --git a/pkg/front_end/tool/perf.dart b/pkg/front_end/tool/perf.dart
index e8d50a8479344eaa9d589c7212e3850ded53bbe9..ec306caf644c524656e26d9c687eef8ef50b2d3c 100644
--- a/pkg/front_end/tool/perf.dart
+++ b/pkg/front_end/tool/perf.dart
@@ -74,7 +74,7 @@ main(List<String> args) async {
if (handler == null) {
// TODO(sigmund): implement the remaining benchmarks.
print('unsupported bench-id: $bench. Please specify one of the following: '
- '${handler.keys.join(", ")}');
+ '${handlers.keys.join(", ")}');
exit(1);
}
await handler();
« no previous file with comments | « pkg/front_end/.analysis_options ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698