Skip to content
Snippets Groups Projects
Commit 333fa10c authored by Doug Ilijev's avatar Doug Ilijev Committed by Leo Balter
Browse files

Fix invalid YAML. (#929)

parent 507d034c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment