mirror of
https://github.com/tc39/test262.git
synced 2025-07-07 14:14:42 +02:00
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.
|
b. Let proto be realm's intrinsic object named intrinsicDefaultProto.
|
||||||
5. Return proto.
|
5. Return proto.
|
||||||
includes: [testTypedArray.js]
|
includes: [testTypedArray.js]
|
||||||
features: [SharedArrayBuffer]
|
features: [SharedArrayBuffer, Reflect]
|
||||||
features: [Reflect]
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var other = $262.createRealm().global;
|
var other = $262.createRealm().global;
|
||||||
|
@ -31,9 +31,8 @@ info: >
|
|||||||
10. Set the [[Prototype]] internal slot of A to prototype.
|
10. Set the [[Prototype]] internal slot of A to prototype.
|
||||||
...
|
...
|
||||||
12. Return A.
|
12. Return A.
|
||||||
features: [Reflect]
|
|
||||||
includes: [testTypedArray.js]
|
includes: [testTypedArray.js]
|
||||||
features: [SharedArrayBuffer]
|
features: [SharedArrayBuffer, Reflect]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var buffer = new SharedArrayBuffer(8);
|
var buffer = new SharedArrayBuffer(8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user