Index: test/codegen/expect/dir/html_input_c.js |
diff --git a/test/codegen/expect/dir/html_input_c.js b/test/codegen/expect/dir/html_input_c.js |
index 12c9c697be21d2c556b54fe508c3bf23a47b0467..a59a2fc4de717c1f435e6a00ac01110a5f592a3d 100644 |
--- a/test/codegen/expect/dir/html_input_c.js |
+++ b/test/codegen/expect/dir/html_input_c.js |
@@ -1,7 +1,9 @@ |
-dart.library('dir/html_input_c', null, /* Imports */[ |
+loader.library('dir/html_input_c', null, /* Imports */[ |
+ "dart/dart_runtime", |
+ "dart/dartx", |
'dir/html_input_e' |
], /* Lazy imports */[ |
-], function(exports, html_input_e) { |
+], function(exports, dart, dartx, html_input_e) { |
'use strict'; |
dart.defineLazyProperties(exports, { |
get y() { |