From 974ee25b8673a62fb59fd04cf0cda27e247fb943 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Wed, 10 Jan 2024 11:54:04 -0800 Subject: [PATCH] fix defines list --- harness/testTypedArray.js | 1 + 1 file changed, 1 insertion(+) diff --git a/harness/testTypedArray.js b/harness/testTypedArray.js index 986c131e2d2..d831072ec85 100644 --- a/harness/testTypedArray.js +++ b/harness/testTypedArray.js @@ -5,6 +5,7 @@ description: | Collection of functions used to assert the correctness of TypedArray objects. defines: - floatArrayConstructors + - nonClampedIntArrayConstructors - intArrayConstructors - typedArrayConstructors - TypedArray