Skip to content

Commit d332547

Browse files
authored
test: fix pointer
Signed-off-by: Athan <[email protected]>
1 parent 4570d70 commit d332547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/zscal/test/test.module.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ tape( 'a module instance has an `ndarray` method which returns a pointer to the
320320
mod.initializeSync();
321321

322322
xp = 0;
323-
ap = 24;
323+
ap = 48;
324324

325325
mod.write( xp, new Complex128Array( [ 0.3, 0.1, 0.5, 0.0, 0.0, 0.5 ] ) );
326326
mod.write( ap, new Float64Array( [ 0.4, -0.7 ] ) );

0 commit comments

Comments
 (0)