summaryrefslogtreecommitdiff
path: root/tests/mpz/t-set_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpz/t-set_str.c')
-rw-r--r--tests/mpz/t-set_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpz/t-set_str.c b/tests/mpz/t-set_str.c
index 8571e532c..cb589ca9d 100644
--- a/tests/mpz/t-set_str.c
+++ b/tests/mpz/t-set_str.c
@@ -28,7 +28,7 @@ void
check_one (mpz_srcptr want, int base, const char *str)
{
mpz_t got;
-
+
MPZ_CHECK_FORMAT (want);
mp_trace_base = (base == 0 ? 16 : base);