Skip to content

Commit

Permalink
use correct constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Nov 20, 2023
1 parent b62bcf8 commit 63898b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ testWithTypedArrayConstructors(function(TA) {
assert.sameValue(result.constructor, TA);
assert.sameValue(Object.getPrototypeOf(result), TA.prototype);
},
floatArrayConstructors);
intArrayConstructors);

0 comments on commit 63898b5

Please sign in to comment.