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

Unified Diff: tools/test.dart

Issue 10153004: Add a basic YAML processor. Much of the language is still unimplemented. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More code review changes. Created 8 years, 8 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/utils/utils.status ('k') | utils/yaml/composer.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 8ddf497676355c05131c9705bcaeee0090ceade0..1cbec7def745b447e7b7fec3e224a1431e5f6ec1 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -56,7 +56,7 @@
* basically add the directory here and you're done.)
*/
final TEST_SUITE_DIRECTORIES = const [
- 'utils/tests/pub'
+ 'utils/tests/pub',
Bob Nystrom 2012/04/25 18:46:08 ?
nweiz 2012/04/25 18:47:16 Relic from when the tests lived in tests/lib. Remo
];
main() {
« no previous file with comments | « tests/utils/utils.status ('k') | utils/yaml/composer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698