| Index: tests/html/element_test.dart
|
| diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
|
| index 6f757588b087a897ab59b3090ab94497e1aba5b3..42c4ebe5bec63b3ec0d1c7bd796802c3f5c827ce 100644
|
| --- a/tests/html/element_test.dart
|
| +++ b/tests/html/element_test.dart
|
| @@ -915,7 +915,7 @@ main() {
|
| // some of these tests simply check that a method can be called.
|
| // 2. Some methods are implemented by mixins.
|
|
|
| - ElementList makeElementList() =>
|
| + ElementList<Element> makeElementList() =>
|
| (new Element.html("<div>Foo<br/><!--baz--><br/><br/></div>"))
|
| .queryAll('br');
|
|
|
|
|