summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/map/BigInt/name.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/map/BigInt/name.js
parent08c1f368280103bf679a19fefc7bb8c52413e7cb (diff)
downloadqtdeclarative-testsuites-d30bf82d4780742b34a76369ca0f52d71e282a48.tar.gz
Add missing feature flags
Diffstat (limited to 'test/built-ins/TypedArray/prototype/map/BigInt/name.js')
-rw-r--r--test/built-ins/TypedArray/prototype/map/BigInt/name.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/map/BigInt/name.js b/test/built-ins/TypedArray/prototype/map/BigInt/name.js
index fcdebfb01..0f54d40cb 100644
--- a/test/built-ins/TypedArray/prototype/map/BigInt/name.js
+++ b/test/built-ins/TypedArray/prototype/map/BigInt/name.js
@@ -17,6 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
assert.sameValue(TypedArray.prototype.map.name, "map");