| 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 ecd44bdb20b1cae3936f6e68eb57d831b45f5d12..8d0c578f8b2f8f3fb9a6f6dbe2259e8dc8205dec 100644
|
| --- a/test/codegen/expect/collection/iterable_zip.js
|
| +++ b/test/codegen/expect/collection/iterable_zip.js
|
| @@ -29,8 +29,7 @@ dart_library.library('collection/iterable_zip', null, /* Imports */[
|
| this[_current] = null;
|
| }
|
| moveNext() {
|
| - if (dart.notNull(this[_iterators][dartx.isEmpty]))
|
| - return false;
|
| + if (dart.notNull(this[_iterators][dartx.isEmpty])) return false;
|
| for (let i = 0; dart.notNull(i) < dart.notNull(this[_iterators][dartx.length]); i = dart.notNull(i) + 1) {
|
| if (!dart.notNull(this[_iterators][dartx.get](i).moveNext())) {
|
| this[_current] = null;
|
|
|