Index: sky/tests/modules/resources/with-dart-import.sky |
diff --git a/sky/tests/modules/resources/with-dart-import.sky b/sky/tests/modules/resources/with-dart-import.sky |
index a8fce617f105f46e194fa39dbbc60f9e6875c7e6..cea001fdf57d576026f05c7d4ff9d9978cd40937 100644 |
--- a/sky/tests/modules/resources/with-dart-import.sky |
+++ b/sky/tests/modules/resources/with-dart-import.sky |
@@ -6,7 +6,7 @@ class TestClass extends base.BaseClass { |
bool didInit = false; |
-void init() { |
+void _init(_) { |
didInit = (new TestClass() != null); |
} |
</script> |