summaryrefslogtreecommitdiff
path: root/tests/tio_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tio_str.c')
-rw-r--r--tests/tio_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tio_str.c b/tests/tio_str.c
index b148b7b..b7daf9d 100644
--- a/tests/tio_str.c
+++ b/tests/tio_str.c
@@ -33,7 +33,7 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
extern unsigned long line_number;
/* character appearing next in the file, may be EOF */
extern int nextchar;
-extern const char *rnd_mode[];
+extern const char *mpc_rnd_mode[];
static void
check_file (const char* file_name)
@@ -87,7 +87,7 @@ check_file (const char* file_name)
|| size != expected_size)
{
printf ("mpc_inp_str failed (line %lu) with rounding mode %s\n",
- line_number, rnd_mode[rnd]);
+ line_number, mpc_rnd_mode[rnd]);
if (inex != expected_inex)
printf(" got inexact value: %d\nexpected inexact value: %d\n",
inex, expected_inex);