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

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: Address @karlklose's comments. Created 6 years, 3 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
« no previous file with comments | « tests/language/issue18628_2_test.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « tests/language/issue18628_2_test.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698