diff --git a/test/built-ins/Array/prototype/findLast/array-altered-during-loop.js b/test/built-ins/Array/prototype/findLast/array-altered-during-loop.js index 7150351ed4..6ca211fe0c 100644 --- a/test/built-ins/Array/prototype/findLast/array-altered-during-loop.js +++ b/test/built-ins/Array/prototype/findLast/array-altered-during-loop.js @@ -8,7 +8,6 @@ info: | Array.prototype.findLast ( predicate[ , thisArg ] ) ... - 3. If IsCallable(predicate) is false, throw a TypeError exception. 4. Let k be len - 1. 5. Repeat, while k ≥ 0, ... diff --git a/test/built-ins/Array/prototype/findLast/predicate-call-parameters.js b/test/built-ins/Array/prototype/findLast/predicate-call-parameters.js index 1eab07e8aa..f63d79a553 100644 --- a/test/built-ins/Array/prototype/findLast/predicate-call-parameters.js +++ b/test/built-ins/Array/prototype/findLast/predicate-call-parameters.js @@ -8,7 +8,6 @@ info: | Array.prototype.findLast ( predicate[ , thisArg ] ) ... - 3. If IsCallable(predicate) is false, throw a TypeError exception. 4. Let k be len - 1. 5. Repeat, while k ≥ 0, ... diff --git a/test/built-ins/Array/prototype/findLast/predicate-called-for-each-array-property.js b/test/built-ins/Array/prototype/findLast/predicate-called-for-each-array-property.js index 3ba97905d7..179a8d96f2 100644 --- a/test/built-ins/Array/prototype/findLast/predicate-called-for-each-array-property.js +++ b/test/built-ins/Array/prototype/findLast/predicate-called-for-each-array-property.js @@ -8,7 +8,6 @@ info: | Array.prototype.findLast ( predicate[ , thisArg ] ) ... - 3. If IsCallable(predicate) is false, throw a TypeError exception. 4. Let k be len - 1. 5. Repeat, while k ≥ 0, ...