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 0e52aea0fb0de992969462c8eff6f9db03a70e6d..a298fcb858202cbef5704921ced72978a3d2ee16 100644 |
--- a/test/codegen/expect/dir/html_input_b.js |
+++ b/test/codegen/expect/dir/html_input_b.js |
@@ -5,6 +5,6 @@ dart_library.library('dir/html_input_b', null, /* Imports */[ |
], function(exports, dart, html_input_d) { |
'use strict'; |
let dartx = dart.dartx; |
- dart.export(exports, html_input_d); |
+ dart.export_(exports, html_input_d); |
exports.x = 3; |
}); |