summaryrefslogtreecommitdiff
path: root/harness
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2018-02-27 17:45:25 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-27 17:45:25 -0500
commit4efdb83ae9c38c453b42bde8ffec685d4e920152 (patch)
tree3029e598349bbb1b17a21072d5e76c11040062dd /harness
parent27128070275f467aa62f74b515ec111ca902f997 (diff)
downloadqtdeclarative-testsuites-4efdb83ae9c38c453b42bde8ffec685d4e920152.tar.gz
Updates a portion of the BigInt tests that need work. Ref gh-1461 (#1462)
Diffstat (limited to 'harness')
-rw-r--r--harness/testBigIntTypedArray.js3
1 files changed, 1 insertions, 2 deletions
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) {
/**