| 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 0acc2a15f9a3d55eb96615228e02d82884db25aa..7ae9a7fe9ea8dbfaebf6193b53414757d13806cd 100644
|
| --- a/pkg/polymer/test/prop_attr_bind_reflection_test.dart
|
| +++ b/pkg/polymer/test/prop_attr_bind_reflection_test.dart
|
| @@ -27,7 +27,7 @@ class MyElement extends PolymerElement {
|
| MyElement.created() : super.created();
|
| }
|
|
|
| -main() {
|
| +@initMethod _main() {
|
| useHtmlConfiguration();
|
|
|
| setUp(() => Polymer.onReady);
|
|
|