diff --git a/test/built-ins/ShadowRealm/WrappedFunction/throws-typeerror-on-revoked-proxy.js b/test/built-ins/ShadowRealm/WrappedFunction/throws-typeerror-on-revoked-proxy.js index b05d708a78d..ee964823a24 100644 --- a/test/built-ins/ShadowRealm/WrappedFunction/throws-typeerror-on-revoked-proxy.js +++ b/test/built-ins/ShadowRealm/WrappedFunction/throws-typeerror-on-revoked-proxy.js @@ -3,7 +3,7 @@ /*--- esid: sec-wrapped-function-exotic-objects-call-thisargument-argumentslist description: > - WrappedFunctionCreate throws a TypeError the target is a revoked proxy. + WrappedFunctionCreate throws a TypeError the target is a revoked proxy. info: | WrappedFunctionCreate ( callerRealm: a Realm Record, Target: a function object, ) diff --git a/test/built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js b/test/built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js index 4f1dacf0eb4..b3cec5b115e 100644 --- a/test/built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js +++ b/test/built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js @@ -3,7 +3,7 @@ /*--- esid: sec-wrappedfunctioncreate description: > - WrappedFunctionCreate throws a TypeError if the accessing target's property may throw. + WrappedFunctionCreate throws a TypeError if the accessing target's property may throw. info: | WrappedFunctionCreate ( callerRealm: a Realm Record, Target: a function object, )