summaryrefslogtreecommitdiff
path: root/tests/tget_set_d64.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tget_set_d64.c')
-rw-r--r--tests/tget_set_d64.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/tget_set_d64.c b/tests/tget_set_d64.c
index 5d63c9baa..359378885 100644
--- a/tests/tget_set_d64.c
+++ b/tests/tget_set_d64.c
@@ -571,11 +571,14 @@ main (int argc, char *argv[])
mpfr_test_init ();
if (verbose)
+ {
#ifdef DPD_FORMAT
- printf ("Using DPD format\n");
+ /* FIXME: DPD_FORMAT is also used when the format is unknown. */
+ printf ("Using DPD format (or unknown)\n");
#else
- printf ("Using BID format\n");
+ printf ("Using BID format\n");
#endif
+ }
#if !defined(MPFR_ERRDIVZERO)
check_random_bytes ();