summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-06-11 23:05:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-06-11 23:05:51 +0000
commit4d3b2f84f7aab46dd93331cf355fecf725d0a043 (patch)
treef308bf6be55b3a70781b6a36e431973f8012c4cb /tests
parent6c37391b1fe87320c8554899059d3b0c6ce9017e (diff)
downloadmpfr-4d3b2f84f7aab46dd93331cf355fecf725d0a043.tar.gz
[tests/tfma.c] Removed code that isn't necessary.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9560 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tfma.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tfma.c b/tests/tfma.c
index 257b16925..1016a57c7 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -427,7 +427,6 @@ int
main (int argc, char *argv[])
{
mpfr_t x, y, z, s;
- MPFR_SAVE_EXPO_DECL (expo);
tests_start_mpfr ();
@@ -719,12 +718,10 @@ main (int argc, char *argv[])
test_exact ();
- MPFR_SAVE_EXPO_MARK (expo);
test_overflow1 ();
test_overflow2 ();
test_underflow1 ();
test_underflow2 ();
- MPFR_SAVE_EXPO_FREE (expo);
tests_end_mpfr ();
return 0;