summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Int8Array/name.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArrays/Int8Array/name.js')
-rw-r--r--test/built-ins/TypedArrays/Int8Array/name.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArrays/Int8Array/name.js b/test/built-ins/TypedArrays/Int8Array/name.js
index 7f84f6446..41cbab8aa 100644
--- a/test/built-ins/TypedArrays/Int8Array/name.js
+++ b/test/built-ins/TypedArrays/Int8Array/name.js
@@ -19,6 +19,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js]
+features: [TypedArray]
---*/
assert.sameValue(Int8Array.name, "Int8Array");