| Index: pkg/polymer/test/instance_attrs_test.dart
|
| diff --git a/pkg/polymer/test/instance_attrs_test.dart b/pkg/polymer/test/instance_attrs_test.dart
|
| index 45508bc153024a7e3a2c781ff0c77d66277ae6b1..5c25631a763b0f81140a58c3b9873133444c512b 100644
|
| --- a/pkg/polymer/test/instance_attrs_test.dart
|
| +++ b/pkg/polymer/test/instance_attrs_test.dart
|
| @@ -17,7 +17,8 @@ class MyElement extends PolymerElement {
|
| get attributes => super.attributes;
|
| }
|
|
|
| -@initMethod _main() {
|
| +main() {
|
| + initPolymer();
|
| useHtmlConfiguration();
|
|
|
| test('attributes were deserialized', () {
|
|
|