diff --git a/test/built-ins/String/prototype/isWellFormed/not-a-constructor.js b/test/built-ins/String/prototype/isWellFormed/not-a-constructor.js index 37e0d5e31c..1bd1df1e8a 100644 --- a/test/built-ins/String/prototype/isWellFormed/not-a-constructor.js +++ b/test/built-ins/String/prototype/isWellFormed/not-a-constructor.js @@ -4,7 +4,7 @@ /*--- esid: sec-ecmascript-standard-built-in-objects description: > - String.prototype.includes does not implement [[Construct]], is not new-able + String.prototype.isWellFormed does not implement [[Construct]], is not new-able info: | ECMAScript Function Objects diff --git a/test/built-ins/String/prototype/toWellFormed/not-a-constructor.js b/test/built-ins/String/prototype/toWellFormed/not-a-constructor.js index 7c4acb4a2c..9377932607 100644 --- a/test/built-ins/String/prototype/toWellFormed/not-a-constructor.js +++ b/test/built-ins/String/prototype/toWellFormed/not-a-constructor.js @@ -4,7 +4,7 @@ /*--- esid: sec-ecmascript-standard-built-in-objects description: > - String.prototype.includes does not implement [[Construct]], is not new-able + String.prototype.toWellFormed does not implement [[Construct]], is not new-able info: | ECMAScript Function Objects