From 41e946d00bba405714596743050e08ea6a1b64d0 Mon Sep 17 00:00:00 2001 From: Wenlu Wang Date: Fri, 16 Jul 2021 16:21:25 +0800 Subject: [PATCH] Fix format --- .../findLastIndex/BigInt/predicate-call-this-strict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-call-this-strict.js b/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-call-this-strict.js index 05a38e7825..d293feab41 100644 --- a/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-call-this-strict.js +++ b/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-call-this-strict.js @@ -12,7 +12,7 @@ info: | 6. Repeat, while k ≥ 0 ... c. Let testResult be ! ToBoolean(? Call(predicate, thisArg, « kValue, 𝔽(k), O »)). - ... + ... flags: [onlyStrict] includes: [testBigIntTypedArray.js] features: [BigInt, TypedArray]