From 00263bf90f80fd096506e4a92335833555c0fddc Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 5 May 2022 06:30:12 -0700 Subject: [PATCH] add missing Reflect.construct feature --- .../NativeErrors/AggregateError/newtarget-proto-custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/NativeErrors/AggregateError/newtarget-proto-custom.js b/test/built-ins/NativeErrors/AggregateError/newtarget-proto-custom.js index ddd365fa4c..4dcee278a2 100644 --- a/test/built-ins/NativeErrors/AggregateError/newtarget-proto-custom.js +++ b/test/built-ins/NativeErrors/AggregateError/newtarget-proto-custom.js @@ -27,7 +27,7 @@ info: | a. Let realm be ? GetFunctionRealm(constructor). b. Set proto to realm's intrinsic object named intrinsicDefaultProto. Return proto. -features: [AggregateError] +features: [AggregateError, Reflect.construct] ---*/ var custom = { x: 42 };