mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
fix syntax typo
This commit is contained in:
parent
c6cd535940
commit
77096157d1
@ -30,7 +30,7 @@ includes: [testBigIntTypedArray.js, compareArray.js]
|
||||
features: [BigInt, Symbol.species, TypedArray]
|
||||
---*/
|
||||
|
||||
var arr = [42n 43n, 44n];
|
||||
var arr = [42n, 43n, 44n];
|
||||
|
||||
testWithBigIntTypedArrayConstructors(function(TA) {
|
||||
var sample = new TA(arr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user