Index: test/codegen/expect/collection/iterable_zip.js |
diff --git a/test/codegen/expect/collection/iterable_zip.js b/test/codegen/expect/collection/iterable_zip.js |
index 8d0c578f8b2f8f3fb9a6f6dbe2259e8dc8205dec..00f79cef19f5b587dd6ad60dfbdaac21be219902 100644 |
--- a/test/codegen/expect/collection/iterable_zip.js |
+++ b/test/codegen/expect/collection/iterable_zip.js |
@@ -13,7 +13,7 @@ dart_library.library('collection/iterable_zip', null, /* Imports */[ |
super.IterableBase(); |
} |
get iterator() { |
- let iterators = this[_iterables][dartx.map](dart.fn(x => dart.dload(x, 'iterator')))[dartx.toList]({growable: false}); |
+ let iterators = this[_iterables][dartx.map](dart.fn(x => x[dartx.iterator], core.Iterator, [core.Iterable]))[dartx.toList]({growable: false}); |
return new _IteratorZip(iterators); |
} |
} |