| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index d803982dacf27590bf0a6ca60cb423aec557c1d4..8d30f33c1c9ae0a8dcc5c231b41db1463ad0e3c2 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -6,7 +6,7 @@
|
|
|
| List<String> defaultTestSelectors =
|
| const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language',
|
| - 'isolate', 'stub-generator', 'vm', 'client'];
|
| + 'isolate', 'stub-generator', 'vm', 'client', 'dartdoc'];
|
|
|
| /**
|
| * Specification of a single test option.
|
|
|