| Index: sky/tests/resources/dump-as-text.sky
|
| diff --git a/sky/tests/resources/dump-as-text.sky b/sky/tests/resources/dump-as-text.sky
|
| index 4effcb5aca1ee8df767eddcd0a310d8284eb999a..2e948fbcd720d17af68f073dcb633cd06c97f09d 100644
|
| --- a/sky/tests/resources/dump-as-text.sky
|
| +++ b/sky/tests/resources/dump-as-text.sky
|
| @@ -6,7 +6,7 @@ void handleLoadEvent(event) {
|
| internals.notifyTestComplete(internals.contentAsText());
|
| }
|
|
|
| -void init() {
|
| +void _init(_) {
|
| sky.window.addEventListener('load', handleLoadEvent);
|
| }
|
| </script>
|
|
|