Chromium Code Reviews| Index: dart/tools/testing/dart/test_options.dart |
| diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart |
| index d730d728143f75fa7bd82ef03bda6fe713919675..c5108dd7fc0c7e0a86c5a0881cfa78802b2a0f9a 100644 |
| --- a/dart/tools/testing/dart/test_options.dart |
| +++ b/dart/tools/testing/dart/test_options.dart |
| @@ -249,6 +249,13 @@ is 'dart file.dart' and you specify special command |
| [], |
| ''), |
| new _TestOptionSpecification( |
| + 'use_sdk', |
| + 'Use the SDK version', |
|
Bill Hesse
2012/04/30 15:21:32
I would make the descriptive test longer. At leas
ahe
2012/05/02 10:32:17
Done.
|
| + ['--use-sdk'], |
| + [], |
| + false, |
| + 'bool'), |
| + new _TestOptionSpecification( |
| 'noBatch', |
| 'Do not run browser tests in batch mode', |
| ['-n', '--nobatch'], |