diff --git a/test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js b/test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js index a9f052fb9d4b0689ebbdfe9e6f0c5674c62ff8a9..5be87fa6af95d325fbf72867b5ac99bdeffba0c0 100644 --- a/test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js +++ b/test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js @@ -24,8 +24,7 @@ info: | b. Let proto be realm's intrinsic object named intrinsicDefaultProto. 5. Return proto. includes: [testTypedArray.js] -features: [SharedArrayBuffer] -features: [Reflect] +features: [SharedArrayBuffer, Reflect] ---*/ var other = $262.createRealm().global; 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 678713d72136872fb87c88d80d50b1a6e35d50c8..e3e402f76114ace54417e216ff5d18b8b68f342c 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);