| Index: tools/test.dart
|
| diff --git a/tools/test.dart b/tools/test.dart
|
| index 89b9d728d07df24cdcd9a7a7dc98bb0e73e76131..880dd007b702f88847b48a3457988db81c6c1fb3 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;
|
|
|