summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Uint32Array/prototype.js
diff options
context:
space:
mode:
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)));