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