From 1d3ff609f14ce852911ae139b92c28b54f278062 Mon Sep 17 00:00:00 2001 From: mei1127 Date: Wed, 13 Dec 2023 15:43:13 +0800 Subject: [PATCH] revised cast.js and cast_test.js --- test/cast_test.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/cast_test.js b/test/cast_test.js index 7cd18a1..85a2ddf 100644 --- a/test/cast_test.js +++ b/test/cast_test.js @@ -6,10 +6,8 @@ import * as utils from './utils.js'; describe('test cast', function() { const InputDataType = { - int8: Int32Array, + int8: Int8Array, uint8: Uint8Array, - int16: Int16Array, - uint16: Uint16Array, int32: Int32Array, uint32: Uint32Array, int64: BigInt64Array,