mirror of https://github.com/tc39/test262.git
Correctly tag AggregateError proto-from-ctor-realm test
This commit is contained in:
parent
c3e980addf
commit
76b38918a8
|
@ -26,7 +26,7 @@ info: |
|
|||
a. Let realm be ? GetFunctionRealm(constructor).
|
||||
b. Set proto to realm's intrinsic object named intrinsicDefaultProto.
|
||||
5. Return proto.
|
||||
features: [cross-realm, Reflect, Symbol]
|
||||
features: [AggregateError, cross-realm, Reflect, Symbol]
|
||||
---*/
|
||||
|
||||
var other = $262.createRealm().global;
|
||||
|
|
Loading…
Reference in New Issue