remove matcher from try site - matcher is now part of unittest

TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45663 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
kevmoo@google.com 2015-05-08 21:55:14 +00:00
parent d14e5042bb
commit 83abae13a2
2 changed files with 0 additions and 5 deletions

View file

@ -60,10 +60,6 @@ handlers:
static_dir: packages/logging
secure: always
- url: /packages/matcher
static_dir: packages/matcher
secure: always
- url: /packages/math
static_dir: packages/math
secure: always

View file

@ -54,7 +54,6 @@
'../../third_party/pkg/http_parser/lib',
'../../third_party/pkg/intl/lib',
'../../third_party/pkg/logging/lib',
'../../third_party/pkg/matcher/lib',
'../../third_party/pkg/path/lib',
'../../third_party/pkg/stack_trace/lib',
'../../third_party/pkg/string_scanner/lib',