Skip to content

Commit

Permalink
fix writability check
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed May 2, 2024
1 parent 91ff12e commit e17ec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/built-ins/Math/sumPrecise/prop-desc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ features: [Math.sumPrecise]
---*/

verifyProperty(Math, "sumPrecise", {
writable: false,
writable: true,
enumerable: false,
configurable: true
});

0 comments on commit e17ec3f

Please sign in to comment.