| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 163dda5477f6bb18a6effc9c565ad722b474ac85..a9420637f7ff752fc8e95dd9668fca796527fbbd 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.
|
| @@ -263,7 +263,7 @@ is 'dart file.dart' and you specify special command
|
| configuration[spec.name] = value;
|
| }
|
| }
|
| -
|
| +
|
| return _expandConfigurations(configuration);
|
| }
|
|
|
|
|