summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js')
-rw-r--r--test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js
index c8a8b3c83..b67a0a062 100644
--- a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js
+++ b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js
@@ -10,6 +10,7 @@ info: |
A TypedArray prototype object is an ordinary object. It does not have
a [[ViewedArrayBuffer]] or any other of the internal slots that are
specific to TypedArray instance objects.
+features: [TypedArray]
---*/
assert.throws(TypeError, function() {