| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 3fc8a92d8ed6844775feb0d33c54f803a4550073..94250a6f8b21ca9b79e73fc4a13af90e1c072485 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -5,7 +5,8 @@
|
| #library("test_options_parser");
|
|
|
| List<String> defaultTestSelectors =
|
| - const ['standalone', 'corelib', 'co19', 'language', 'isolate'];
|
| + const ['standalone', 'corelib', 'co19', 'language',
|
| + 'isolate', 'stub-generator'];
|
|
|
| /**
|
| * Specification of a single test option.
|
|
|