| Index: pkg/polymer/test/prop_attr_reflection_test.dart
|
| diff --git a/pkg/polymer/test/prop_attr_reflection_test.dart b/pkg/polymer/test/prop_attr_reflection_test.dart
|
| index 3fd29fd28ef0e945004193aff173901d565b8b72..fe2e5771fd05f25ccc3f84e09f0c443cbe900079 100644
|
| --- a/pkg/polymer/test/prop_attr_reflection_test.dart
|
| +++ b/pkg/polymer/test/prop_attr_reflection_test.dart
|
| @@ -30,7 +30,8 @@ class XCompose extends PolymerElement {
|
| @observable bool zim = false;
|
| }
|
|
|
| -@initMethod _main() {
|
| +main() {
|
| + initPolymer();
|
| useHtmlConfiguration();
|
|
|
| // Most tests use @CustomTag, here we test out the impertive register:
|
|
|