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 62fe15ed0a79018854b5b69e3ebbe0010f9cd176..5d2efcd8cf83976ae75f5a48a59a5ef9a4cadbdd 100644 |
--- a/test/codegen/expect/dir/html_input_b.js |
+++ b/test/codegen/expect/dir/html_input_b.js |
@@ -1,5 +1,5 @@ |
var html_input_b; |
(function(exports) { |
'use strict'; |
- exports.x = 22; |
+ exports.x = 3; |
})(html_input_b || (html_input_b = {})); |