summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Uint32Array/prototype.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/TypedArrays/Uint32Array/prototype.js
parentd30bf82d4780742b34a76369ca0f52d71e282a48 (diff)
downloadqtdeclarative-testsuites-b6664ca24ab12627e8b52814ad2991db7d82aa1c.tar.gz
Add missing feature flag for TypedArrays
Diffstat (limited to 'test/built-ins/TypedArrays/Uint32Array/prototype.js')
-rw-r--r--test/built-ins/TypedArrays/Uint32Array/prototype.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArrays/Uint32Array/prototype.js b/test/built-ins/TypedArrays/Uint32Array/prototype.js
index 56ca7d599..8f42cfa42 100644
--- a/test/built-ins/TypedArrays/Uint32Array/prototype.js
+++ b/test/built-ins/TypedArrays/Uint32Array/prototype.js
@@ -11,6 +11,7 @@ info: |
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }.
includes: [propertyHelper.js]
+features: [TypedArray]
---*/
assert.sameValue(Uint32Array.prototype, Object.getPrototypeOf(new Uint32Array(0)));