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

Unified Diff: pkg/kernel/test/treeshaker_membench.dart

Issue 2561723003: Merge kernel closure conversion into the Dart SDK (Closed)
Patch Set: Remove path constraint Created 4 years 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/kernel/test/round_trip.dart ('k') | pkg/kernel/test/type_propagation_dump.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/treeshaker_membench.dart
diff --git a/pkg/kernel/test/treeshaker_membench.dart b/pkg/kernel/test/treeshaker_membench.dart
index 318ba74868ed60c8f93b649cb4c9b789416bec54..9866d194500a87567e3d4d30c976b489d7257152 100644
--- a/pkg/kernel/test/treeshaker_membench.dart
+++ b/pkg/kernel/test/treeshaker_membench.dart
@@ -12,9 +12,8 @@ import 'package:args/args.dart';
import 'dart:io';
ArgParser argParser = new ArgParser()
- ..addOption('count', abbr: 'c',
- help: 'Build N copies of the tree shaker',
- defaultsTo: '100');
+ ..addOption('count',
+ abbr: 'c', help: 'Build N copies of the tree shaker', defaultsTo: '100');
String usage = """
Usage: treeshaker_membench [options] FILE.dart
« no previous file with comments | « pkg/kernel/test/round_trip.dart ('k') | pkg/kernel/test/type_propagation_dump.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698