summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/reverse/BigInt/prop-desc.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/reverse/BigInt/prop-desc.js')
-rw-r--r--test/built-ins/TypedArray/prototype/reverse/BigInt/prop-desc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/reverse/BigInt/prop-desc.js b/test/built-ins/TypedArray/prototype/reverse/BigInt/prop-desc.js
index d60950d69..3bd6e881d 100644
--- a/test/built-ins/TypedArray/prototype/reverse/BigInt/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/reverse/BigInt/prop-desc.js
@@ -9,6 +9,7 @@ info: |
and in Annex B.2 has the attributes { [[Writable]]: true,
[[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified.
includes: [propertyHelper.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
var TypedArrayPrototype = TypedArray.prototype;