Skip to content

Commit

Permalink
revised cast.js and cast_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mei1127 committed Dec 13, 2023
1 parent e5ed271 commit 1d3ff60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/cast_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1d3ff60

Please sign in to comment.