Skip to content

Commit 26847c7

Browse files
committed
Skip medium modulus
1 parent 0b4fc94 commit 26847c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flint/test/test_all.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,9 +1645,9 @@ def test_fmpz_mod():
16451645

16461646
F_cmp = fmpz_mod_ctx(10)
16471647
F_sml = fmpz_mod_ctx(p_sml)
1648-
F_med = fmpz_mod_ctx(p_med)
1649-
return
16501648
F_big = fmpz_mod_ctx(p_big)
1649+
return
1650+
F_med = fmpz_mod_ctx(p_med)
16511651

16521652
# XXX: crashes by here
16531653

0 commit comments

Comments
 (0)