From 6a6211e495dcaae2de2db9c50c4918e9b63cee40 Mon Sep 17 00:00:00 2001 From: Wenlu Wang Date: Mon, 19 Jul 2021 15:11:55 +0800 Subject: [PATCH] Fix format --- .../findLastIndex/BigInt/return-abrupt-from-predicate-call.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/return-abrupt-from-predicate-call.js b/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/return-abrupt-from-predicate-call.js index 6afbccd8db..18463791ea 100644 --- a/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/return-abrupt-from-predicate-call.js +++ b/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/return-abrupt-from-predicate-call.js @@ -5,7 +5,7 @@ esid: sec-%typedarray%.prototype.findlastindex description: > Return abrupt from predicate call. info: | - %TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] ) + %TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] ) ... 5. Let k be len - 1.