| Index: test/codegen/expect/sunflower/sunflower.js
|
| diff --git a/test/codegen/expect/sunflower/sunflower.js b/test/codegen/expect/sunflower/sunflower.js
|
| index ec7f75ccde32fc1c5167476ed1fef91e27ae5798..6a14e4c576984ee58158b5d649b23073f21cbec2 100644
|
| --- a/test/codegen/expect/sunflower/sunflower.js
|
| +++ b/test/codegen/expect/sunflower/sunflower.js
|
| @@ -29,7 +29,7 @@ var sunflower;
|
| });
|
| // Function main: () → void
|
| function main() {
|
| - exports.slider.addEventListener('change', dart.as(e => draw(), dom.EventListener));
|
| + exports.slider.addEventListener('change', e => draw());
|
| draw();
|
| }
|
| // Function draw: () → void
|
|
|