Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
| index ce4c417669e1ba55bed391a2cd56b8132f33cad5..3c41cda310603d05642a53f031e364c90eda6dca 100644 |
| --- a/tools/testing/dart/test_options.dart |
| +++ b/tools/testing/dart/test_options.dart |
| @@ -10,7 +10,7 @@ |
| List<String> defaultTestSelectors = |
| const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language', |
| - 'isolate', 'vm', 'client', 'dartdoc', 'utils', 'pub']; |
| + 'isolate', 'vm', 'client', 'dartdoc', 'utils', 'pub', 'lib' ]; |
|
ricow1
2012/04/26 12:36:45
there is an extra space after the '
Mads Ager (google)
2012/04/26 12:38:04
Done.
|
| /** |
| * Specification of a single test option. |