Skip to content

Commit 4979cc9

Browse files
authored
Update test.main.js
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent 9d7d6b0 commit 4979cc9

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/strided/base/map-by2/test

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/strided/base/map-by2/test/test.main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ tape( 'the function applies a binary function to indexed strided array elements
7373
t.deepEqual( z, expected, 'deep equal' );
7474

7575
x = [ ]; // sparse array
76+
x.length = 5;
7677
y = [ 1.0, 1.0, 2.0, 2.0, 3.0 ];
7778
z = [ 0.0, 0.0, 0.0, 0.0, 0.0 ];
7879

0 commit comments

Comments
 (0)