| Index: tools/testing/dart/test_options.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_options.dart (revision 26205)
|
| +++ tools/testing/dart/test_options.dart (working copy)
|
| @@ -320,7 +320,14 @@
|
| 'Extra options to send to the vm when running',
|
| ['--vm-options'],
|
| [],
|
| - null),];
|
| + null),
|
| + new _TestOptionSpecification(
|
| + 'fancy-stacks',
|
| + 'Use filtered and formatted stack traces in vm and html configs',
|
| + ['--fancy-stacks'],
|
| + [],
|
| + false,
|
| + 'bool'),];
|
| }
|
|
|
|
|
|
|