mirror of https://github.com/tc39/test262.git
Fix invalid YAML. (#929)
This commit is contained in:
parent
507d034c5a
commit
333fa10c63
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue