summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-27 18:09:39 -0500
committerRick Waldron <waldron.rick@gmail.com>2018-02-28 11:06:31 -0500
commit7add5252e5f269be2caf216df0c1028c56aee95a (patch)
tree82ff1ef994757df4ce78aeb55a49b8fc29c16cae /test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js
parent0b54908dba8d4fdad41e4c6216d13149f6ecf379 (diff)
downloadqtdeclarative-testsuites-7add5252e5f269be2caf216df0c1028c56aee95a.tar.gz
Remove unused parameter for testWithBigIntTypedArrayConstructors
+whitespace
Diffstat (limited to 'test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js')
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js
index e018468cc..a0927933e 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js
@@ -10,9 +10,9 @@ info: |
the same algorithm as Array.prototype.toLocaleString as defined in 22.1.3.27
except that the this object's [[ArrayLength]] internal slot is accessed in
place of performing a [[Get]] of "length".
-
+
22.1.3.27 Array.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )
-
+
...
4. If len is zero, return the empty String.
5. Let firstElement be ? Get(array, "0").