| 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 1bf99ceb616537d35eaf888c63404614c6cd7757..2ca8f4231fa2e482b2033174518a936e37230564 100644
|
| --- a/pkg/polymer/test/prop_attr_reflection_test.dart
|
| +++ b/pkg/polymer/test/prop_attr_reflection_test.dart
|
| @@ -40,7 +40,8 @@ Future onAttributeChange(Element node) {
|
| return completer.future;
|
| }
|
|
|
| -@initMethod _main() {
|
| +main() {
|
| + initPolymer();
|
| useHtmlConfiguration();
|
|
|
| setUp(() => Polymer.onReady);
|
|
|