summaryrefslogtreecommitdiff
path: root/tests/texp2.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-30 13:37:37 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-30 13:37:37 +0000
commit538b931a3b879b73798dcbe4fd9a979a95174cd4 (patch)
tree713fa59db50eadb7a0886a390baaebda16331f8a /tests/texp2.c
parent2a906d4c9bbb339a55823e51fa92e2e78fdbb917 (diff)
downloadmpfr-538b931a3b879b73798dcbe4fd9a979a95174cd4.tar.gz
start tests with precision 2 instead of 1
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1606 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/texp2.c')
-rw-r--r--tests/texp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texp2.c b/tests/texp2.c
index db6c1f1a7..567ce4631 100644
--- a/tests/texp2.c
+++ b/tests/texp2.c
@@ -63,7 +63,7 @@ main (int argc, char *argv[])
exit (1);
}
- test_generic (1, 100, 100);
+ test_generic (2, 100, 100);
mpfr_clear (x);
mpfr_clear (y);