From 4efdb83ae9c38c453b42bde8ffec685d4e920152 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Tue, 27 Feb 2018 17:45:25 -0500 Subject: Updates a portion of the BigInt tests that need work. Ref gh-1461 (#1462) --- harness/testBigIntTypedArray.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'harness') diff --git a/harness/testBigIntTypedArray.js b/harness/testBigIntTypedArray.js index f071e5515..7b5d14e16 100644 --- a/harness/testBigIntTypedArray.js +++ b/harness/testBigIntTypedArray.js @@ -8,13 +8,12 @@ description: | /** * The %TypedArray% intrinsic constructor function. */ -var TypedArray = Object.getPrototypeOf(Int8Array); +var TypedArray = Object.getPrototypeOf(BigInt64Array); /** * Calls the provided function for every typed array constructor. * * @param {typedArrayConstructorCallback} f - the function to call for each typed array constructor. - * @param {Array} selected - An optional Array with filtered typed arrays */ function testWithBigIntTypedArrayConstructors(f) { /** -- cgit v1.2.1