| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 72b5dceff31e227895b6abf1d724b82cf3093f8d..8c6f8526c5d4f55b482542b2d2dfbff559651a31 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -10,7 +10,7 @@
|
|
|
| List<String> defaultTestSelectors =
|
| const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language',
|
| - 'isolate', 'vm', 'dom', 'html', 'json', 'benchmark_smoke',
|
| + 'isolate', 'vm', 'html', 'json', 'benchmark_smoke',
|
| 'dartdoc', 'utils', 'pub', 'lib'];
|
|
|
| /**
|
|
|