| Index: pkg/polymer/test/attr_mustache_test.dart
|
| diff --git a/pkg/polymer/test/attr_mustache_test.dart b/pkg/polymer/test/attr_mustache_test.dart
|
| index 245b86dd0f91371019f74d3735055a96b7288af7..cfbfc4884ce89db16a4428fc516abeb9fa68e234 100644
|
| --- a/pkg/polymer/test/attr_mustache_test.dart
|
| +++ b/pkg/polymer/test/attr_mustache_test.dart
|
| @@ -50,8 +50,8 @@ main() {
|
| setUp(() => Polymer.onReady);
|
|
|
| test('mustache attributes', () {
|
| - final xtest = document.query('#test').xtag;
|
| - final xtarget = xtest.shadowRoot.query('#target').xtag;
|
| + final xtest = document.query('#test');
|
| + final xtarget = xtest.shadowRoot.query('#target');
|
| return xtarget.foundSrc;
|
| });
|
| }
|
|
|