Chromium Code Reviews| Index: tools/test.dart |
| diff --git a/tools/test.dart b/tools/test.dart |
| index ca43e650034fa4c9d1b4c68f06128fc6a2209e22..5ec6fc92e06fe12d4f3e7f80af47bf40767c405c 100755 |
| --- a/tools/test.dart |
| +++ b/tools/test.dart |
| @@ -51,9 +51,10 @@ |
| /** |
| * The directories that contain test suites which follow the conventions |
| - * required by [DirectoryTestSuite]. Ideally, we'd move more suites to this |
| - * convention because it makes it much simpler to add them to test.dart. (You |
| - * basically add the directory here and you're done.) |
| + * required by [StandardTestSuite]'s forDirectory constructor. |
|
Mads Ager (google)
2012/04/25 10:51:16
Are these two tests suites below really the only o
|
| + * New test suites should follow this convention because it makes it much |
| + * simpler to add them to test.dart. Existing test suites should be |
| + * moved to here, if possible. |
| */ |
| final TEST_SUITE_DIRECTORIES = const [ |
| 'utils/tests/peg', |