summaryrefslogtreecommitdiff
path: root/tests/tinp_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tinp_str.c')
-rw-r--r--tests/tinp_str.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tinp_str.c b/tests/tinp_str.c
index 534fd61da..4370be102 100644
--- a/tests/tinp_str.c
+++ b/tests/tinp_str.c
@@ -30,13 +30,12 @@ main (int argc, char *argv[])
mpfr_t x;
FILE *f;
int i;
-
tests_start_mpfr ();
mpfr_init (x);
mpfr_set_prec (x, 15);
- f = fopen ("inp_str.data", "r");
+ f = src_fopen ("inp_str.data", "r");
if (f == NULL)
{
printf ("Error, can't open inp_str.data\n");