| 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 3b531f059a2d7a9d7169e12d8835cea92b9c51d5..a759ae9d028fbeb5deff7385afc154ef8f675c7d 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();
|
|
|
| setUp(() => Polymer.onReady);
|
|
|