mirror of https://github.com/tc39/test262.git
Avoid useless spec statement
This commit is contained in:
parent
3bb6d6480e
commit
a4aeea09ae
|
@ -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,
|
||||
...
|
||||
|
|
|
@ -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,
|
||||
...
|
||||
|
|
|
@ -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,
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue