Chromium Code Reviews| Index: pkg/unittest/lib/vm_config.dart |
| =================================================================== |
| --- pkg/unittest/lib/vm_config.dart (revision 26163) |
| +++ pkg/unittest/lib/vm_config.dart (working copy) |
| @@ -38,6 +38,11 @@ |
| return result; |
| } |
| + void onInit() { |
| + super.onInit(); |
| + formatStacks = !(new Options().arguments.contains('--no-fancy-stacks')); |
|
nweiz
2013/08/14 23:56:59
Add a TODO to use the args package for more robust
gram
2013/08/15 22:36:43
Done.
|
| + } |
| + |
| void onDone(bool success) { |
| int status; |
| try { |