summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/entries/prop-desc.js
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-15 12:50:48 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 16:45:08 -0500
commitb6664ca24ab12627e8b52814ad2991db7d82aa1c (patch)
tree7959e8abe30f780ce87a45132faeefb91bcc5b3b /test/built-ins/TypedArray/prototype/entries/prop-desc.js
parentd30bf82d4780742b34a76369ca0f52d71e282a48 (diff)
downloadqtdeclarative-testsuites-b6664ca24ab12627e8b52814ad2991db7d82aa1c.tar.gz
Add missing feature flag for TypedArrays
Diffstat (limited to 'test/built-ins/TypedArray/prototype/entries/prop-desc.js')
-rw-r--r--test/built-ins/TypedArray/prototype/entries/prop-desc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/entries/prop-desc.js b/test/built-ins/TypedArray/prototype/entries/prop-desc.js
index 79f83eab6..b6be2f048 100644
--- a/test/built-ins/TypedArray/prototype/entries/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/entries/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, testTypedArray.js]
+features: [TypedArray]
---*/
var TypedArrayPrototype = TypedArray.prototype;