Chromium Code Reviews| Index: tests/html/htmlcollection_test.dart |
| diff --git a/tests/html/htmlcollection_test.dart b/tests/html/htmlcollection_test.dart |
| index 395ed2a63bcd2830ff2d9c639ec27c170ea28321..e7cc4d1e34132c7789858f5bd175930c509cdc6c 100644 |
| --- a/tests/html/htmlcollection_test.dart |
| +++ b/tests/html/htmlcollection_test.dart |
| @@ -211,7 +211,7 @@ main() { |
| Expect.equals(4, someChecked.length); |
| - Expect.equals(someChecked[3], someChecked.last()); |
| + Expect.equals(someChecked[3], someChecked.last); |
| root.remove(); |
| }); |