From: mdw Date: Fri, 10 Dec 1999 23:26:15 +0000 (+0000) Subject: Sensible testcases for -INT_MAX. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/fa9c3bb5354e9f8d7f6302f944d5df79f50bcfa9 Sensible testcases for -INT_MAX. --- diff --git a/tests/mpint b/tests/mpint index d0c9667..6f92925 100644 --- a/tests/mpint +++ b/tests/mpint @@ -1,6 +1,6 @@ # Test vectors for conversion between MP ints and C ints # -# $Id: mpint,v 1.1 1999/11/25 11:38:33 mdw Exp $ +# $Id: mpint,v 1.2 1999/12/10 23:26:15 mdw Exp $ # The tests look messy because I'm fighting with atoi here as well as the # integer conversion routines I'm trying to test. @@ -10,7 +10,7 @@ fromuint { 1 1; -5 0xfffffffb; 0x7fffffff 0x7fffffff; - -0x80000000 0x80000000; # Bastard torture test + 0x80000000 0x80000000; # Bastard torture test } fromint {