Correctly tag AggregateError proto-from-ctor-realm test

This commit is contained in:
Shu-yu Guo 2020-04-23 17:26:00 -07:00 committed by Rick Waldron
parent c3e980addf
commit 76b38918a8
1 changed files with 1 additions and 1 deletions

View File

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