Skip to content

Commit

Permalink
test: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte authored and gunjjoshi committed Aug 21, 2024
1 parent f0a9f19 commit 4c5e906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ tape( 'the function supports a negative `x` stride (row-major)', function test(
t.end();
});

tape( 'the function supports a negative `x` (column-major)', function test( t ) {
tape( 'the function supports a negative `x` stride (column-major)', function test( t ) {
var expected;
var data;
var out;
Expand Down

0 comments on commit 4c5e906

Please sign in to comment.