| Index: dart/tools/testing/dart/test_options.dart
|
| ===================================================================
|
| --- dart/tools/testing/dart/test_options.dart (revision 44062)
|
| +++ dart/tools/testing/dart/test_options.dart (working copy)
|
| @@ -14,7 +14,8 @@
|
| const List<String> defaultTestSelectors =
|
| const ['samples', 'standalone', 'corelib', 'co19', 'language',
|
| 'isolate', 'vm', 'html', 'benchmark_smoke',
|
| - 'utils', 'lib', 'pkg', 'analyze_library', 'vmservice'];
|
| + 'utils', 'lib', 'pkg', 'analyze_library', 'vmservice',
|
| + 'pkg_tested'];
|
|
|
| /**
|
| * Specification of a single test option.
|
|
|