summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targettype.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-09-08 12:34:19 -0400
committerRick Waldron <waldron.rick@gmail.com>2017-09-08 12:34:19 -0400
commite3447b82001f36199dbd17f499bfad376d5e1a44 (patch)
tree2c73d1c26c44529c98abc8b8ef738a514d59e770 /test/built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targettype.js
parentfa610063130c7f421ecc7babeebffee83ff3d9e9 (diff)
downloadqtdeclarative-testsuites-e3447b82001f36199dbd17f499bfad376d5e1a44.tar.gz
features: update all features flags for all test files with harness/* deps that require a feature flag
Diffstat (limited to 'test/built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targettype.js')
-rw-r--r--test/built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targettype.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targettype.js b/test/built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targettype.js
index 279ee6135..e99c73c30 100644
--- a/test/built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targettype.js
+++ b/test/built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targettype.js
@@ -16,7 +16,7 @@ info: >
b. If IsDetachedBuffer(srcBuffer) is true, throw a TypeError exception.
...
includes: [testTypedArray.js, detachArrayBuffer.js]
-features: [Symbol.species]
+features: [Symbol.species, TypedArray]
---*/
testWithTypedArrayConstructors(function(TA) {