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..656360bc081239868c4e2a28b7fabc591f23d731 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 */[ |
+dart_library.library('dir/html_input_e', null, /* Imports */[ |
+ "dart_runtime/dart" |
], /* Lazy imports */[ |
-], function(exports) { |
+], function(exports, dart) { |
'use strict'; |
+ let dartx = dart.dartx; |
exports.w = 9; |
}); |