From 482f757425aa45c519d379b8456831aa7366bca6 Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Sun, 29 May 2022 12:05:12 +0200 Subject: tests/mpz/t-nextprime.c (run_p): abort() on error. --- tests/mpz/t-nextprime.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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); -- cgit v1.2.1