From fd8e07a23c036ab4c903284f150df42c450543d0 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Mon, 4 Nov 2024 18:03:11 -0800 Subject: [PATCH] TEMP: Introduce a mistake in a test that should cause ESMeta to fail --- test/built-ins/Array/prototype/concat/name.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Array/prototype/concat/name.js b/test/built-ins/Array/prototype/concat/name.js index a0a42c9b359..865b8fdb37a 100644 --- a/test/built-ins/Array/prototype/concat/name.js +++ b/test/built-ins/Array/prototype/concat/name.js @@ -20,7 +20,7 @@ includes: [propertyHelper.js] ---*/ verifyProperty(Array.prototype.concat, "name", { - value: "concat", + value: "condog", writable: false, enumerable: false, configurable: true