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