summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js')
-rw-r--r--test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js b/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
index 678713d72..e3e402f76 100644
--- a/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
+++ b/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
@@ -31,9 +31,8 @@ info: >
10. Set the [[Prototype]] internal slot of A to prototype.
...
12. Return A.
-features: [Reflect]
includes: [testTypedArray.js]
-features: [SharedArrayBuffer]
+features: [SharedArrayBuffer, Reflect]
---*/
var buffer = new SharedArrayBuffer(8);