| Index: samples/third_party/todomvc/test/mainpage_test.dart
|
| diff --git a/samples/third_party/todomvc/test/mainpage_test.dart b/samples/third_party/todomvc/test/mainpage_test.dart
|
| index 97347154061c224e383e8e863703d57326b405e2..d0f489d0607c41b758fff3d67cd66d82eb156607 100644
|
| --- a/samples/third_party/todomvc/test/mainpage_test.dart
|
| +++ b/samples/third_party/todomvc/test/mainpage_test.dart
|
| @@ -15,7 +15,8 @@ import '../web/model.dart';
|
| * This test runs the TodoMVC app and checks the state of the initial page.
|
| */
|
| // TODO(jmesserly): verify some styles (colors, fonts, relative size) as well.
|
| -@initMethod _main() {
|
| +main() {
|
| + initPolymer();
|
| useHtmlConfiguration();
|
|
|
| setUp(() => Polymer.onReady);
|
|
|