summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js')
-rw-r--r--test/built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js b/test/built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js
index d9ad966bf..34c2759fe 100644
--- a/test/built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js
+++ b/test/built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js
@@ -23,6 +23,7 @@ info: |
to be min(relativeTarget, len).
...
includes: [compareArray.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
testWithBigIntTypedArrayConstructors(function(TA) {