mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
Fix feature flag in TypedArrayConstructors/Float32Array/length.js
This commit is contained in:
parent
94cb047ab8
commit
05cbb5f8ae
@ -17,7 +17,7 @@ info: |
|
|||||||
object has the attributes { [[Writable]]: false, [[Enumerable]]: false,
|
object has the attributes { [[Writable]]: false, [[Enumerable]]: false,
|
||||||
[[Configurable]]: true }.
|
[[Configurable]]: true }.
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
features: [BigInt]
|
features: [TypedArray]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
verifyProperty(Float32Array, "length", {
|
verifyProperty(Float32Array, "length", {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user