summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-04-07 13:43:13 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-04-07 13:43:13 +0000
commitaab6696198475b5b6575a01aab71eec62c00cf4c (patch)
tree141d1efca1f337d2e869964fa1f391b82a368fb3 /tests
parentf8ae17cbc32e8d9f1173bf1526b2003455d5f0c0 (diff)
downloadmpfr-aab6696198475b5b6575a01aab71eec62c00cf4c.tar.gz
[tests] Fixed typo in error messages.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10251 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tgmpop.c2
-rw-r--r--tests/tset_q.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/tgmpop.c b/tests/tgmpop.c
index e554df67e..6284a1a0a 100644
--- a/tests/tgmpop.c
+++ b/tests/tgmpop.c
@@ -1209,7 +1209,7 @@ coverage_mpfr_mul_q_20110218 (void)
mpfr_print_binary (cmp);
printf (" got ");
mpfr_print_binary (res);
- printf ("\n trinary value is %d\n", status);
+ printf ("\n ternary value is %d\n", status);
exit (1);
}
diff --git a/tests/tset_q.c b/tests/tset_q.c
index c0778c726..dd4936f21 100644
--- a/tests/tset_q.c
+++ b/tests/tset_q.c
@@ -134,7 +134,7 @@ check_nan_inf_mpq (void)
mpfr_print_binary (mpfr_cmp);
printf (" got ");
mpfr_print_binary (mpfr_value);
- printf ("\n trinary value is %d\n", status);
+ printf ("\n ternary value is %d\n", status);
exit (1);
}
@@ -153,7 +153,7 @@ check_nan_inf_mpq (void)
mpfr_print_binary (mpfr_cmp);
printf (" got ");
mpfr_print_binary (mpfr_value);
- printf ("\n trinary value is %d\n", status);
+ printf ("\n ternary value is %d\n", status);
exit (1);
}