From 6f74a55277f281b659f020a05ce2e04a51bc7024 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 26 Aug 2025 16:42:55 +0200 Subject: [PATCH] Fix c/p errors in String#{is,to}WellFormed tests --- .../String/prototype/isWellFormed/not-a-constructor.js | 2 +- .../String/prototype/toWellFormed/not-a-constructor.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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