mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
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:
parent
d14e5042bb
commit
83abae13a2
2 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue