Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| =================================================================== |
| --- tools/testing/dart/test_options.dart (revision 25273) |
| +++ tools/testing/dart/test_options.dart (working copy) |
| @@ -342,6 +342,12 @@ |
| 'out to a file.', |
| ['--replay_from_file'], |
| [], |
| + null), |
| + new _TestOptionSpecification( |
| + 'vm-options', |
| + 'Extra flags to send to the vm when running', |
|
kustermann
2013/07/23 13:55:18
Rename: "Extra options passed to the VM when runni
ricow1
2013/07/24 11:32:50
Done.
|
| + ['--vm-options'], |
| + [], |
| null),]; |
| } |