Fix feature flag in TypedArrayConstructors/Float32Array/length.js

This commit is contained in:
Kevin Gibbons 2018-09-18 17:11:39 -07:00 committed by Rick Waldron
parent 94cb047ab8
commit 05cbb5f8ae

View File

@ -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", {