| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 44b7f2eb6344842c4fe175f2dbb87086aed4f431..d6ca633dbaf109dc39fa64f9ca52d28b66f68134 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -138,6 +138,13 @@ is 'dart file.dart' and you specify special command
|
| false,
|
| 'bool'),
|
| new _TestOptionSpecification(
|
| + 'csp',
|
| + 'Run tests under Content Security Policy restrictions',
|
| + ['--csp'],
|
| + [],
|
| + false,
|
| + 'bool'),
|
| + new _TestOptionSpecification(
|
| 'timeout',
|
| 'Timeout in seconds',
|
| ['-t', '--timeout'],
|
|
|