| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 66ab1e9300441eea3827ace72fc17d0c182d0ca8..1b7e4882bf7462a28c0a7a03e553311e69b82cb3 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| #library("test_options_parser");
|
|
|
| +#import("dart:io");
|
| +
|
| List<String> defaultTestSelectors =
|
| const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language',
|
| 'isolate', 'stub-generator', 'vm', 'client', 'dartdoc'];
|
|
|