diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-02-18 20:19:44 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-02-18 20:19:44 +0000 |
commit | a4d95c870eb2dce203e34715e2699dda1a088532 (patch) | |
tree | 0df6bdd2b1bdbea31115dd0cef2e11429fdfd772 /tests/tconst_log2.c | |
parent | 14e1880d9b05ae0921f57a012e4ff25eb5082a44 (diff) | |
download | mpfr-a4d95c870eb2dce203e34715e2699dda1a088532.tar.gz |
more changes for interface with NTL
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3338 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tconst_log2.c')
-rw-r--r-- | tests/tconst_log2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c index 203331593..202d00381 100644 --- a/tests/tconst_log2.c +++ b/tests/tconst_log2.c @@ -76,7 +76,7 @@ check_large (void) mpfr_prec_round (y, 25000, GMP_RNDN); if (mpfr_cmp (x, y)) { - printf ("const_pi: error for large prec\n"); + printf ("const_log2: error for large prec\n"); exit (1); } |