Skip to content

Commit bf67f77

Browse files
committed
chore: fix JavaScript lint errors #10708
1 parent c1fe27f commit bf67f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/ndarray/fancy/test/test.instance.tostring.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ tape( 'a FancyArray constructor returns an instance which has a custom `toString
175175
var arr;
176176

177177
dtype = 'generic';
178-
buffer = new Array( 1e4 );
178+
buffer = [];
179179
shape = [ buffer.length ];
180180
order = 'row-major';
181181
strides = [ 1 ];

0 commit comments

Comments
 (0)