From 333fa10c635dbb29cf389c6fd28749fb975db9bc Mon Sep 17 00:00:00 2001
From: Doug Ilijev <dilijev@users.noreply.github.com>
Date: Thu, 23 Mar 2017 10:35:01 -0700
Subject: [PATCH] Fix invalid YAML. (#929)

---
 .../TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js        | 3 +--
 .../TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

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 a9f052fb9d..5be87fa6af 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 678713d721..e3e402f761 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);
-- 
GitLab