| Index: tools/testing/legpad/legpad.py
|
| diff --git a/tools/testing/legpad/legpad.py b/tools/testing/legpad/legpad.py
|
| index e7148a81df6c7b21c2b313273a24e3207dc5bccf..1a4aa558a5736b6c43b3dab9302782866292791a 100644
|
| --- a/tools/testing/legpad/legpad.py
|
| +++ b/tools/testing/legpad/legpad.py
|
| @@ -124,7 +124,6 @@ MAIN_ID = "main_id"
|
| # TODO(mattsh): read this from some config file once ahe/zundel create it
|
| DART_LIBRARIES = {
|
| "core": "lib/compiler/implementation/lib/core.dart",
|
| - "coreimpl": "lib/compiler/implementation/lib/coreimpl.dart",
|
| "_js_helper": "lib/compiler/implementation/lib/js_helper.dart",
|
| "_interceptors": "lib/compiler/implementation/lib/interceptors.dart",
|
| "dom": "lib/dom/frog/dom_frog.dart",
|
|
|