Skip to content

Commit 8892f92

Browse files
committed
exit test_fmpz_mod early
1 parent a921603 commit 8892f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flint/test/test_all.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,8 @@ def test_fmpz_mod():
16731673
# Type tests
16741674
assert raises(lambda: fmpz_mod(1, "AAA"), TypeError)
16751675

1676+
return
1677+
16761678
# Test for small, medium and large char.
16771679
for F_test in [F_sml, F_med, F_big]:
16781680
test_mod = int(F_test.modulus())

0 commit comments

Comments
 (0)