| Index: pkg/polymer/test/publish_inherited_properties_test.dart
|
| diff --git a/pkg/polymer/test/publish_inherited_properties_test.dart b/pkg/polymer/test/publish_inherited_properties_test.dart
|
| index 59452663a1828e30d966f731fa5fa0098f41413b..dacd828760bd25da1a90d90bab453b35f81afc88 100644
|
| --- a/pkg/polymer/test/publish_inherited_properties_test.dart
|
| +++ b/pkg/polymer/test/publish_inherited_properties_test.dart
|
| @@ -46,8 +46,7 @@ class XSquid extends XZot {
|
| @published int squid = 7;
|
| }
|
|
|
| -@initMethod
|
| -main() {
|
| +main() => initPolymer().run(() {
|
| useHtmlConfiguration();
|
|
|
| setUp(() => Polymer.onReady.then((_) {
|
| @@ -64,4 +63,4 @@ main() {
|
| // TODO(sigmund): uncomment, see above
|
| // expect(published('x-squid'), [#Foo, #Bar, #zot, #zap, #baz, #squid]);
|
| });
|
| -}
|
| +});
|
|
|