| Index: test/codegen/expect/dir/html_input_a.js
|
| diff --git a/test/codegen/expect/dir/html_input_a.js b/test/codegen/expect/dir/html_input_a.js
|
| index ad3c813f99313c072e09eb36584d9d719cf2952b..d910cc74f9d3b23f5e583510596fbc8e876b4cac 100644
|
| --- a/test/codegen/expect/dir/html_input_a.js
|
| +++ b/test/codegen/expect/dir/html_input_a.js
|
| @@ -1,10 +1,12 @@
|
| -dart.library('dir/html_input_a', null, /* Imports */[
|
| +loader.library('dir/html_input_a', null, /* Imports */[
|
| + "dart/dart_runtime",
|
| + "dart/dartx",
|
| 'dart/core',
|
| 'dir/html_input_b',
|
| 'dir/html_input_c',
|
| 'dir/html_input_d'
|
| ], /* Lazy imports */[
|
| -], function(exports, core, html_input_b, html_input_c, html_input_d) {
|
| +], function(exports, dart, dartx, core, html_input_b, html_input_c, html_input_d) {
|
| 'use strict';
|
| function main() {
|
| core.print(`fib(${html_input_b.x} + ${html_input_c.y}) = `);
|
|
|