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