summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArrays/Int8Array/prototype/constructor.js')
-rw-r--r--test/built-ins/TypedArrays/Int8Array/prototype/constructor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js b/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js
index 3861cca5e..914474fb7 100644
--- a/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js
+++ b/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js
@@ -15,6 +15,7 @@ info: |
the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true }
unless otherwise specified.
includes: [propertyHelper.js]
+features: [TypedArray]
---*/
assert.sameValue(Int8Array.prototype.constructor, Int8Array);