| 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 2e7a4ac81ec80088cd01d7d31314ea04f81cb180..59452663a1828e30d966f731fa5fa0098f41413b 100644
|
| --- a/pkg/polymer/test/publish_inherited_properties_test.dart
|
| +++ b/pkg/polymer/test/publish_inherited_properties_test.dart
|
| @@ -46,8 +46,8 @@ class XSquid extends XZot {
|
| @published int squid = 7;
|
| }
|
|
|
| +@initMethod
|
| main() {
|
| - initPolymer();
|
| useHtmlConfiguration();
|
|
|
| setUp(() => Polymer.onReady.then((_) {
|
|
|