js/src/tests/js1_8_5/regress/regress-583429.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:2d5cc5541ad8
1 // Any copyright is dedicated to the Public Domain.
2 // http://creativecommons.org/licenses/publicdomain/
3 // Contributor: Andreas Gal <gal@uci.edu>
4
5 assertEq(Object.getOwnPropertyNames(Array.prototype).indexOf("length") >= 0, true);
6
7 reportCompare("ok", "ok", "bug 583429");

mercurial