[Gmp-commit] /var/hg/gmp: mini-gmp/tests/t-signed.c: Remove a typo.

mercurial at gmplib.org mercurial at gmplib.org
Mon Nov 21 21:42:00 UTC 2016


details:   /var/hg/gmp/rev/b5fbe0eed558
changeset: 17123:b5fbe0eed558
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Mon Nov 21 22:41:57 2016 +0100
description:
mini-gmp/tests/t-signed.c: Remove a typo.

diffstat:

 mini-gmp/tests/t-signed.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 48669e3e2368 -r b5fbe0eed558 mini-gmp/tests/t-signed.c
--- a/mini-gmp/tests/t-signed.c	Mon Nov 21 21:04:39 2016 +0100
+++ b/mini-gmp/tests/t-signed.c	Mon Nov 21 22:41:57 2016 +0100
@@ -1,6 +1,6 @@
 /* Exercise some mpz_..._si functions.
 
-Copyright 2013 Free Software Foundation, Inc.
+Copyright 2013, 2016 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library test suite.
 
@@ -62,7 +62,7 @@
 {
   if (mpz_cmp (sz, oz) != c)
     {
-      printf ("mpz_cmp_si (sz, oz) != %i.\n", -c);
+      printf ("mpz_cmp (sz, oz) != %i.\n", c);
       goto fail;
     }
 


More information about the gmp-commit mailing list