Skip to content

Commit 7ca1c9e

Browse files
committed
return later
1 parent 43625d2 commit 7ca1c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/test/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,8 +1645,8 @@ def test_fmpz_mod():
16451645

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

16521652
# XXX: crashes by here

0 commit comments

Comments
 (0)