Index: test/codegen/expect/html_input_c/html_input_c.js |
diff --git a/test/codegen/expect/html_input_c/html_input_c.js b/test/codegen/expect/html_input_c/html_input_c.js |
index c6cd4344e4799c3abf40224444597202591288fa..dc2fc3141abc6b470909bc87c6c1a825e572ae6c 100644 |
--- a/test/codegen/expect/html_input_c/html_input_c.js |
+++ b/test/codegen/expect/html_input_c/html_input_c.js |
@@ -5,6 +5,6 @@ var html_input_c; |
get y() { |
return 3 + html_input_e.w; |
}, |
- set y() {} |
+ set y(_) {} |
}); |
})(html_input_c || (html_input_c = {})); |