From 77096157d10fcb6d72696456c5a9302ab29ba62a Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Thu, 15 Feb 2018 14:38:00 -0500 Subject: fix syntax typo --- .../prototype/slice/BigInt/set-values-from-different-ctor-type.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/built-ins/TypedArray') diff --git a/test/built-ins/TypedArray/prototype/slice/BigInt/set-values-from-different-ctor-type.js b/test/built-ins/TypedArray/prototype/slice/BigInt/set-values-from-different-ctor-type.js index 092bf2e7d..53ee40eba 100644 --- a/test/built-ins/TypedArray/prototype/slice/BigInt/set-values-from-different-ctor-type.js +++ b/test/built-ins/TypedArray/prototype/slice/BigInt/set-values-from-different-ctor-type.js @@ -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); -- cgit v1.2.1