| Index: pkg/polymer/test/template_distribute_dynamic_test.dart
|
| diff --git a/pkg/polymer/test/template_distribute_dynamic_test.dart b/pkg/polymer/test/template_distribute_dynamic_test.dart
|
| index 86c469e35653ecd576631668ba20285c33b9432e..e80c62457fbdecc4955a69675c8d7d502b2f811c 100644
|
| --- a/pkg/polymer/test/template_distribute_dynamic_test.dart
|
| +++ b/pkg/polymer/test/template_distribute_dynamic_test.dart
|
| @@ -58,5 +58,5 @@ main() {
|
|
|
| setUp(() => Polymer.onReady);
|
|
|
| - test('inserted called', () => query('x-test').onTestDone);
|
| + test('inserted called', () => (query('x-test') as XTest).onTestDone);
|
| }
|
|
|