| 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 5e0566daa674d963a4912bc25f3f1e9d33af57cf..3fd29fd28ef0e945004193aff173901d565b8b72 100644
|
| --- a/pkg/polymer/test/prop_attr_reflection_test.dart
|
| +++ b/pkg/polymer/test/prop_attr_reflection_test.dart
|
| @@ -30,7 +30,7 @@ class XCompose extends PolymerElement {
|
| @observable bool zim = false;
|
| }
|
|
|
| -main() {
|
| +@initMethod _main() {
|
| useHtmlConfiguration();
|
|
|
| // Most tests use @CustomTag, here we test out the impertive register:
|
|
|