Skip to content

Commit eb0f43a

Browse files
authored
enable accidently disabled gr_poly test (#2450)
1 parent eef761b commit eb0f43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gr_poly/test/t-rem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ TEST_FUNCTION_START(gr_poly_rem, state)
4545
}
4646

4747
/* test aliasing */
48-
switch (n_randint(state, 4))
48+
switch (n_randint(state, 5))
4949
{
5050
case 0:
5151
status |= gr_poly_set(R, A, ctx);

0 commit comments

Comments
 (0)