summaryrefslogtreecommitdiff
path: root/tests/tai.c
diff options
context:
space:
mode:
authorschevill <schevill@280ebfd0-de03-0410-8827-d642c229c3f4>2010-03-19 13:43:13 +0000
committerschevill <schevill@280ebfd0-de03-0410-8827-d642c229c3f4>2010-03-19 13:43:13 +0000
commitb212a6814565cfdf92e3a3749d23513084efd2d8 (patch)
tree8a328884ccb1bfc8cffeffc56f73669d1a2aa1fd /tests/tai.c
parent371f3792918544e5033fbb4dbbe473dddd640b4a (diff)
downloadmpfr-b212a6814565cfdf92e3a3749d23513084efd2d8.tar.gz
Removed check of ai.c for large arguments. I added in algorithms.tex a
mention about the fact that mpfr_ai is currently not made for large arguments. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6738 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tai.c')
-rw-r--r--tests/tai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tai.c b/tests/tai.c
index 436bd8fdf..fc0e71a7d 100644
--- a/tests/tai.c
+++ b/tests/tai.c
@@ -72,7 +72,7 @@ main (int argc, char *argv[])
{
tests_start_mpfr ();
- check_large ();
+ /* check_large (); */
test_generic (2, 100, 10);