summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mpz/t-nextprime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mpz/t-nextprime.c b/tests/mpz/t-nextprime.c
index e0d27efb4..d2fbaef83 100644
--- a/tests/mpz/t-nextprime.c
+++ b/tests/mpz/t-nextprime.c
@@ -209,6 +209,7 @@ run_p (const char *start, int reps, const char *end, short diffs[])
{
gmp_printf ("got %Zd\n", x);
gmp_printf ("want %Zd\n", y);
+ abort ();
}
mpz_clear (y);