| Index: test/codegen/expect/dir/html_input_e.js
|
| diff --git a/test/codegen/expect/dir/html_input_e.js b/test/codegen/expect/dir/html_input_e.js
|
| index 7977c050a54bce85221c315f0e7616d9d96107f2..b7dc4de4bc5b79d96db81c26c38caae0c68a4a10 100644
|
| --- a/test/codegen/expect/dir/html_input_e.js
|
| +++ b/test/codegen/expect/dir/html_input_e.js
|
| @@ -1,6 +1,8 @@
|
| -dart.library('dir/html_input_e', null, /* Imports */[
|
| +loader.library('dir/html_input_e', null, /* Imports */[
|
| + "dart/dart_runtime",
|
| + "dart/dartx"
|
| ], /* Lazy imports */[
|
| -], function(exports) {
|
| +], function(exports, dart, dartx) {
|
| 'use strict';
|
| exports.w = 9;
|
| });
|
|
|