summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Int8Array/constructor.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArrays/Int8Array/constructor.js')
-rw-r--r--test/built-ins/TypedArrays/Int8Array/constructor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArrays/Int8Array/constructor.js b/test/built-ins/TypedArrays/Int8Array/constructor.js
index 97074507b..a166cfa4f 100644
--- a/test/built-ins/TypedArrays/Int8Array/constructor.js
+++ b/test/built-ins/TypedArrays/Int8Array/constructor.js
@@ -6,6 +6,7 @@ es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Int8Array is a constructor function.
+features: [TypedArray]
---*/
assert.sameValue(typeof Int8Array, 'function', 'typeof Int8Array is "function"');