| 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 7aab5cce125fdca26e7071399d15b3aff2e04e7a..b07df0cc1d6f87e9780dacc859676a7e6c8363d9 100644
|
| --- a/pkg/polymer/test/publish_attributes_test.dart
|
| +++ b/pkg/polymer/test/publish_attributes_test.dart
|
| @@ -41,7 +41,7 @@ class XSquid extends XZot {
|
| @published int squid = 7;
|
| }
|
|
|
| -main() {
|
| +@initMethod _main() {
|
| useHtmlConfiguration();
|
|
|
| test('published properties', () {
|
|
|