X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/fa9c3bb5354e9f8d7f6302f944d5df79f50bcfa9..a7a5896a48d1df86aec31dab02887ac32f278081:/tests/mpint?ds=sidebyside diff --git a/tests/mpint b/tests/mpint index 6f92925e..771ea0df 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.2 1999/12/10 23:26:15 mdw Exp $ +# $Id: mpint,v 1.3 2000/07/09 21:33:54 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. @@ -36,4 +36,3 @@ toint { 0x7fffffff 0x7fffffff; -0x80000000 -0x80000000; # Bastard torture test } -