Fix invalid YAML. (#929)

This commit is contained in:
Doug Ilijev 2017-03-23 10:35:01 -07:00 committed by Leo Balter
parent 507d034c5a
commit 333fa10c63
2 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -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);