Skip to content

Commit

Permalink
restore test code
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Nov 12, 2024
1 parent 0c7c9d0 commit 345f7f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gr_mat/test/t-mul_waksman.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ TEST_FUNCTION_START(gr_mat_mul_waksman, state)
b = n_randint(state, 2) ? a : n_randint(state, 8);
c = n_randint(state, 2) ? a : n_randint(state, 8);

/* XXX */
a = b = c = 2;

gr_mat_init(A, a, b, ctx);
gr_mat_init(B, b, c, ctx);
gr_mat_init(C, a, c, ctx);
Expand Down

0 comments on commit 345f7f0

Please sign in to comment.