diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-11-17 12:15:53 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-11-17 12:15:53 +0000 |
commit | 0faf90807c84b5f9657e888cf2dca201f86eaca5 (patch) | |
tree | bdbee4aac9c0dea67b80f3b84721527b97f02d1d /tests | |
parent | 5c2992320912750e020620ef8d52039d7f65a617 (diff) | |
download | mpfr-0faf90807c84b5f9657e888cf2dca201f86eaca5.tar.gz |
added missing call to tests_end_mpfr
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4954 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tasin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tasin.c b/tests/tasin.c index be323499d..c6ac38b11 100644 --- a/tests/tasin.c +++ b/tests/tasin.c @@ -210,5 +210,6 @@ main (void) data_check ("data/asin", mpfr_asin, "mpfr_asin"); bad_cases (mpfr_asin, mpfr_sin, "mpfr_asin", 256, -40, 1, 4, 128, 800, 30); + tests_end_mpfr (); return 0; } |