| Index: pkg/polymer/test/publish_attributes_test.dart
|
| diff --git a/pkg/polymer/test/publish_attributes_test.dart b/pkg/polymer/test/publish_attributes_test.dart
|
| index 80d5ef86aab9f6b38efa41800df0e0ea65611380..106b2f4ff59ef72ee485b58ec2790f952517abe6 100644
|
| --- a/pkg/polymer/test/publish_attributes_test.dart
|
| +++ b/pkg/polymer/test/publish_attributes_test.dart
|
| @@ -41,7 +41,8 @@ class XSquid extends XZot {
|
| @published int squid = 7;
|
| }
|
|
|
| -@initMethod _main() {
|
| +main() {
|
| + initPolymer();
|
| useHtmlConfiguration();
|
|
|
| setUp(() => Polymer.onReady);
|
|
|