From 05cbb5f8ae39cccfe0c387d769f179b624b4d55e Mon Sep 17 00:00:00 2001
From: Kevin Gibbons <bakkot@gmail.com>
Date: Tue, 18 Sep 2018 17:11:39 -0700
Subject: [PATCH] Fix feature flag in
 TypedArrayConstructors/Float32Array/length.js

---
 test/built-ins/TypedArrayConstructors/Float32Array/length.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/built-ins/TypedArrayConstructors/Float32Array/length.js b/test/built-ins/TypedArrayConstructors/Float32Array/length.js
index 7bcdb15764..b09d973c06 100644
--- a/test/built-ins/TypedArrayConstructors/Float32Array/length.js
+++ b/test/built-ins/TypedArrayConstructors/Float32Array/length.js
@@ -17,7 +17,7 @@ info: |
   object has the attributes { [[Writable]]: false, [[Enumerable]]: false,
   [[Configurable]]: true }.
 includes: [propertyHelper.js]
-features: [BigInt]
+features: [TypedArray]
 ---*/
 
 verifyProperty(Float32Array, "length", {
-- 
GitLab