summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/of/prop-desc.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/of/prop-desc.js')
-rw-r--r--test/built-ins/TypedArray/of/prop-desc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/of/prop-desc.js b/test/built-ins/TypedArray/of/prop-desc.js
index 613759e9d..a8df8bf88 100644
--- a/test/built-ins/TypedArray/of/prop-desc.js
+++ b/test/built-ins/TypedArray/of/prop-desc.js
@@ -9,6 +9,7 @@ info: |
and in Annex B.2 has the attributes { [[Writable]]: true,
[[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified.
includes: [propertyHelper.js, testTypedArray.js]
+features: [TypedArray]
---*/
verifyNotEnumerable(TypedArray, 'of');