Skip to content

Commit

Permalink
coverage++
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Apr 13, 2024
1 parent f4ec57a commit 64a4a59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_convolution_2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ static int test_convolution_0()
|| test_convolution(15, 12, 19, 3, 4, 1, 2, 2, 1)
|| test_convolution(14, 14, 24, 31, 5, 1, 2, 2, 1)
|| test_convolution(12, 12, 20, 15, 6, 1, 1, 0, 0)
|| test_convolution(11, 10, 12, 7, 4, 2, 1, 2, 1);
|| test_convolution(11, 10, 12, 7, 4, 2, 1, 2, 1)
|| test_convolution(1, 31, 3, 16, 7, 1, 2, 3, 1);
}

static int test_convolution_1()
Expand Down

0 comments on commit 64a4a59

Please sign in to comment.