| Index: dart/lib/compiler/implementation/tools/mini_parser.dart
|
| diff --git a/dart/lib/compiler/implementation/tools/mini_parser.dart b/dart/lib/compiler/implementation/tools/mini_parser.dart
|
| index 2f242add020cd662def82794cd983e12fa40dfe8..58cafd841150d2a24708b06acfebe6e2425d1c91 100644
|
| --- a/dart/lib/compiler/implementation/tools/mini_parser.dart
|
| +++ b/dart/lib/compiler/implementation/tools/mini_parser.dart
|
| @@ -22,7 +22,9 @@
|
| int charCount = 0;
|
| Stopwatch stopwatch;
|
|
|
| -void main() { toolMain(new Options().arguments); }
|
| +void main() {
|
| + toolMain(new Options().arguments);
|
| +}
|
|
|
| void toolMain(List<String> arguments) {
|
| filesWithCrashes = [];
|
|
|