summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-15 12:40:46 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 16:45:07 -0500
commitd30bf82d4780742b34a76369ca0f52d71e282a48 (patch)
tree8e54e292d601c3555058c664307a5f8aa154b75b /test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js
parent08c1f368280103bf679a19fefc7bb8c52413e7cb (diff)
downloadqtdeclarative-testsuites-d30bf82d4780742b34a76369ca0f52d71e282a48.tar.gz
Add missing feature flags
Diffstat (limited to 'test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js')
-rw-r--r--test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js b/test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js
index fcdef18da..fa4630d51 100644
--- a/test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/includes/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;