Skip to content

Commit

Permalink
use correct constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and Ms2ger committed Dec 1, 2023
1 parent d146b47 commit 9382bb1
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 9382bb1

Please sign in to comment.