Really test bug 583429. :-) rs=tpyo

This commit is contained in:
Jeff Walden 2010-07-30 19:17:15 -07:00
Родитель c249cfbb28
Коммит e96483a55f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,6 @@
// http://creativecommons.org/licenses/publicdomain/
// Contributor: Andreas Gal <gal@uci.edu>
assertEq("length" in Object.getOwnPropertyNames(Array.prototype), true);
assertEq(Object.getOwnPropertyNames(Array.prototype).indexOf("length") >= 0, true);
reportCompare("ok", "ok", "bug 583429");