mirror of https://github.com/tc39/test262.git
Add features flag for BigInt to the only test missing it
This commit is contained in:
parent
391ce890b8
commit
ed2093b5f0
|
@ -14,6 +14,7 @@ info: |
|
|||
has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
includes: [propertyHelper.js]
|
||||
features: [BigInt]
|
||||
---*/
|
||||
|
||||
verifyProperty(this, "BigInt", {
|
||||
|
|
Loading…
Reference in New Issue