Skip to content

Commit 43625d2

Browse files
committed
return later
1 parent 92efdcc commit 43625d2

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
@@ -1642,10 +1642,10 @@ def test_fmpz_mod():
16421642
p_med = 2**127 - 1
16431643
p_big = 2**255 - 19
16441644

1645-
return
16461645

16471646
F_cmp = fmpz_mod_ctx(10)
16481647
F_sml = fmpz_mod_ctx(p_sml)
1648+
return
16491649
F_med = fmpz_mod_ctx(p_med)
16501650
F_big = fmpz_mod_ctx(p_big)
16511651

0 commit comments

Comments
 (0)