Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: tools/test.dart

Issue 521773003: Add language tests for Issue 18628. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 2dcad8168a214808929a141e23e69b030c177ca2..044341449282d713b956bfc96cb29b674f099971 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;

Powered by Google App Engine
This is Rietveld 408576698