Fix expected value for BigInt.prototype.toString.length

Fixes #1306
This commit is contained in:
André Bargull 2017-11-01 07:54:06 -07:00
parent 32b1984275
commit 26b3015f33
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ features: [BigInt]
---*/
verifyProperty(BigInt.prototype.toString, "length", {
value: 1,
value: 0,
writable: false,
enumerable: false,
configurable: true