Index: sky/tests/resources/dump-as-markup.sky |
diff --git a/sky/tests/resources/dump-as-markup.sky b/sky/tests/resources/dump-as-markup.sky |
index 03513106c0bba553584b8658370f662a88b456c1..ce00be56c623a6c22628409d0527cabece9f2950 100644 |
--- a/sky/tests/resources/dump-as-markup.sky |
+++ b/sky/tests/resources/dump-as-markup.sky |
@@ -3,7 +3,7 @@ |
import "dart:sky"; |
import "dart:sky.internals" as internals; |
-void init() { |
+void _init(_) { |
window.addEventListener('load', (_) { |
internals.notifyTestComplete(DomSerializer.serializeNode(document)); |
}); |