summaryrefslogtreecommitdiff
path: root/tests/mpf_compat.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-12-26 13:52:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-12-26 13:52:07 +0000
commitd31c4ae3626e4b18ca781d6e1ae99a201de2ae12 (patch)
tree6ed12e07260ddd41d1daf5aa116a88a9d9ddca01 /tests/mpf_compat.h
parentab7f7c612608cf126136bee95801edb7437a9197 (diff)
downloadmpfr-d31c4ae3626e4b18ca781d6e1ae99a201de2ae12.tar.gz
[tests/mpf_compat.h] Fix: changed "inp_str.data" to "inp_str.dat"
due to the file rename in r8120 (otherwise nothing is tested). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9771 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/mpf_compat.h')
-rw-r--r--tests/mpf_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h
index e450c75d5..15f218384 100644
--- a/tests/mpf_compat.h
+++ b/tests/mpf_compat.h
@@ -185,7 +185,7 @@ main (void)
/* We may use src_fopen instead of fopen, but it is defined
in mpfr-test, and not in mpfr.h and gmp.h, and we want
to test theses includes files. */
- f = fopen ("inp_str.data", "r");
+ f = fopen ("inp_str.dat", "r");
if (f != NULL)
{
i = mpf_inp_str (x, f, 10);