| 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..ba4131f4b0a24c67a0691483c3b429241d7934a8 100644
|
| --- a/dart/tools/testing/dart/test_options.dart
|
| +++ b/dart/tools/testing/dart/test_options.dart
|
| @@ -249,6 +249,18 @@ is 'dart file.dart' and you specify special command
|
| [],
|
| ''),
|
| new _TestOptionSpecification(
|
| + 'use_sdk',
|
| + '''Use compiler or runtime from the SDK.
|
| +
|
| +Normally, the compiler or runtimes in PRODUCT_DIR is tested, with this
|
| +option, the compiler or runtime in PRODUCT_DIR/dart-sdk/bin is tested.
|
| +
|
| +Note: currently only implemented for dart2js.''',
|
| + ['--use-sdk'],
|
| + [],
|
| + false,
|
| + 'bool'),
|
| + new _TestOptionSpecification(
|
| 'noBatch',
|
| 'Do not run browser tests in batch mode',
|
| ['-n', '--nobatch'],
|
|
|