Add a test suite for Try Dart!

R=kasperl@google.com, lukechurch@google.com

Review URL: https://codereview.chromium.org//210873002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34360 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ahe@google.com
2014-03-25 14:08:36 +00:00
parent 1a8f76beb3
commit 19a5147493
3 changed files with 51 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ final TEST_SUITE_DIRECTORIES = [
new Path('tests/language'),
new Path('tests/lib'),
new Path('tests/standalone'),
new Path('tests/try'),
new Path('tests/utils'),
new Path('utils/tests/css'),
new Path('utils/tests/peg'),