| Index: pkg/polymer/test/publish_attributes_test.html
|
| diff --git a/pkg/polymer/test/publish_attributes_test.html b/pkg/polymer/test/publish_attributes_test.html
|
| index b79329dcc5f22dfb39b0cf3cdff3eba028231c55..9c0969de484ce7493ecf3cb68bf4ff1e92e78572 100644
|
| --- a/pkg/polymer/test/publish_attributes_test.html
|
| +++ b/pkg/polymer/test/publish_attributes_test.html
|
| @@ -6,6 +6,7 @@ BSD-style license that can be found in the LICENSE file.
|
| -->
|
| <html>
|
| <head>
|
| + <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <title>publish attributes</title>
|
| <script src="packages/unittest/test_controller.js"></script>
|
| </head>
|
| @@ -24,6 +25,5 @@ BSD-style license that can be found in the LICENSE file.
|
| </polymer-element>
|
|
|
| <script type="application/dart" src="publish_attributes_test.dart"></script>
|
| - <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|