| Index: tests/html/custom/entered_left_view_test.dart
|
| diff --git a/tests/html/custom/entered_left_view_test.dart b/tests/html/custom/entered_left_view_test.dart
|
| index 19899ff8b95a6a09e590584059eaf8cf8c2a1c55..deff70998f7cbd5e069201901d4ab6c560845f3b 100644
|
| --- a/tests/html/custom/entered_left_view_test.dart
|
| +++ b/tests/html/custom/entered_left_view_test.dart
|
| @@ -14,9 +14,7 @@ import '../utils.dart';
|
| var invocations = [];
|
| class Foo extends HtmlElement {
|
| factory Foo() => null;
|
| - Foo.created() : super.created();
|
| -
|
| - void createdCallback() {
|
| + Foo.created() : super.created() {
|
| invocations.add('created');
|
| }
|
|
|
|
|