chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rearrange the file tree.
[catacomb]
/
math
/
t
/
mpint
diff --git
a/tests/mpint
b/math/t/mpint
similarity index 94%
rename from
tests/mpint
rename to
math/t/mpint
index 49157ba41f39415779bedb1d2f535e047767997a..9c3263dd45339abb8314891b9c69c89fe5386a43 100644
(file)
--- a/
tests/mpint
+++ b/
math/t/mpint
@@
-1,7
+1,5
@@
# Test vectors for conversion between MP ints and C ints
#
-# $Id: mpint,v 1.4 2002/01/13 19:51:34 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.