Skip to content

Commit

Permalink
TEMP: Introduce a mistake in a test that should cause ESMeta to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Nov 5, 2024
1 parent 172e00b commit fd8e07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/built-ins/Array/prototype/concat/name.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ includes: [propertyHelper.js]
---*/

verifyProperty(Array.prototype.concat, "name", {
value: "concat",
value: "condog",
writable: false,
enumerable: false,
configurable: true
Expand Down

0 comments on commit fd8e07a

Please sign in to comment.