mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue