Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(687)

Unified Diff: tests/html/htmlcollection_test.dart

Issue 11273041: Make first and last getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
});

Powered by Google App Engine
This is Rietveld 408576698