LGTM with nits

https://codereview.chromium.org/553413002/diff/100001/test/mjsunit/array-iteration.js
File test/mjsunit/array-iteration.js (right):

https://codereview.chromium.org/553413002/diff/100001/test/mjsunit/array-iteration.js#newcode80
test/mjsunit/array-iteration.js:80: assertFalse(a[0] !== a[1]);
assertEquals

https://codereview.chromium.org/553413002/diff/100001/test/mjsunit/array-iteration.js#newcode85
test/mjsunit/array-iteration.js:85: assertTrue(a[0] === "" && a[0] ===
a[1]);
assertEquals(a[0], a[1]);
assertEquals(a[0], "");

https://codereview.chromium.org/553413002/diff/100001/test/mjsunit/array-iteration.js#newcode137
test/mjsunit/array-iteration.js:137: assertFalse(a[0] !== a[1]);
same here and elsewhere.

https://codereview.chromium.org/553413002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to