| Index: test/codegen/expect/dir/html_input_b.js
|
| diff --git a/test/codegen/expect/dir/html_input_b.js b/test/codegen/expect/dir/html_input_b.js
|
| index d4bf8b5590e76f07295dcc56bd9da0ffbeabaaa9..3f428c83c420fe0138260d980cbf6892881d0a30 100644
|
| --- a/test/codegen/expect/dir/html_input_b.js
|
| +++ b/test/codegen/expect/dir/html_input_b.js
|
| @@ -1,6 +1,8 @@
|
| -dart.library('dir/html_input_b', null, /* Imports */[
|
| +dart_library.library('dir/html_input_b', null, /* Imports */[
|
| + "dart_runtime/dart"
|
| ], /* Lazy imports */[
|
| -], function(exports) {
|
| +], function(exports, dart) {
|
| 'use strict';
|
| + let dartx = dart.dartx;
|
| exports.x = 3;
|
| });
|
|
|