| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index ce4c417669e1ba55bed391a2cd56b8132f33cad5..4a23a6054da073167a2d81d509bf61a5e73e1c82 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', 'client', 'dartdoc', 'utils', 'pub'];
|
| + 'isolate', 'vm', 'client', 'dartdoc', 'utils', 'pub', 'lib'];
|
|
|
| /**
|
| * Specification of a single test option.
|
|
|