| Index: tools/test.dart
|
| diff --git a/tools/test.dart b/tools/test.dart
|
| index 1ce84ca4019e0fd1808c1c4828196114edf2fa84..9a3d74bbd3bbcb1ee60252d95bb6ae08d5c39c95 100755
|
| --- a/tools/test.dart
|
| +++ b/tools/test.dart
|
| @@ -18,8 +18,12 @@
|
| * and passses along all command line arguments to this script.)
|
| *
|
| * The command line args of this script are documented in
|
| - * "tools/testing/test_options.dart".
|
| + * "tools/testing/dart/test_options.dart"; they are printed
|
| + * when this script is run with "--help".
|
| *
|
| + * The default test directory layout is documented in
|
| + * "tools/testing/dart/test_suite.dart", above
|
| + * "factory StandardTestSuite.forDirectory".
|
| */
|
|
|
| library test;
|
|
|