diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-4.js index 097453ced9..36c1023bf5 100644 --- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-4.js +++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-4-4.js @@ -8,7 +8,7 @@ description: > 'array' with length 0 ) ---*/ -var i = Array.prototype.lastIndexOf.call({ +var i = Array.prototype.indexOf.call({ length: 0 }, 1);