summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/buffer/name.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/buffer/name.js
parentd30bf82d4780742b34a76369ca0f52d71e282a48 (diff)
downloadqtdeclarative-testsuites-b6664ca24ab12627e8b52814ad2991db7d82aa1c.tar.gz
Add missing feature flag for TypedArrays
Diffstat (limited to 'test/built-ins/TypedArray/prototype/buffer/name.js')
-rw-r--r--test/built-ins/TypedArray/prototype/buffer/name.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/buffer/name.js b/test/built-ins/TypedArray/prototype/buffer/name.js
index d01a0555b..d52454a7f 100644
--- a/test/built-ins/TypedArray/prototype/buffer/name.js
+++ b/test/built-ins/TypedArray/prototype/buffer/name.js
@@ -17,6 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js, testTypedArray.js]
+features: [TypedArray]
---*/
var desc = Object.getOwnPropertyDescriptor(TypedArray.prototype, "buffer");