summaryrefslogtreecommitdiff
path: root/tests/tdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tdump.c')
-rw-r--r--tests/tdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tdump.c b/tests/tdump.c
index 42ac7c4b5..17b000496 100644
--- a/tests/tdump.c
+++ b/tests/tdump.c
@@ -31,6 +31,7 @@ int main()
mpfr_init2(z, 100);
mpfr_set_ui(z, 0, GMP_RNDN);
mpfr_dump(z, GMP_RNDD);
+ printf(" ^--- 0.e1 printed above is ok\n");
mpfr_clear(z);
return 0;
}