| Index: pkg/polymer/test/prop_attr_bind_reflection_test.dart
|
| diff --git a/pkg/polymer/test/prop_attr_bind_reflection_test.dart b/pkg/polymer/test/prop_attr_bind_reflection_test.dart
|
| index 7ae9a7fe9ea8dbfaebf6193b53414757d13806cd..bf02da2bd50bbf07c25f173fff21bf69ae7a1eaa 100644
|
| --- a/pkg/polymer/test/prop_attr_bind_reflection_test.dart
|
| +++ b/pkg/polymer/test/prop_attr_bind_reflection_test.dart
|
| @@ -27,7 +27,8 @@ class MyElement extends PolymerElement {
|
| MyElement.created() : super.created();
|
| }
|
|
|
| -@initMethod _main() {
|
| +main() {
|
| + initPolymer();
|
| useHtmlConfiguration();
|
|
|
| setUp(() => Polymer.onReady);
|
|
|