Fix try/poi/serialize_test after adding class to dart:core.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41655 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
lrn@google.com 2014-11-11 09:02:46 +00:00
parent 0b394b0f2e
commit e2b59a6614

View file

@ -397,6 +397,10 @@ final coreImports = [
"name": "RangeError",
"kind": "class"
},
{
"name": "IndexError",
"kind": "class"
},
{
"name": "FallThroughError",
"kind": "class"