chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Release 2.5.0.
[catacomb]
/
utils
/
mpreducetests.py
diff --git
a/utils/mpreducetests.py
b/utils/mpreducetests.py
index abe77c309ce23031816b0d0073a49b40143a5f53..406eacb0332305f92935a6927b80253449de3c2f 100644
(file)
--- a/
utils/mpreducetests.py
+++ b/
utils/mpreducetests.py
@@
-12,9
+12,9
@@
for i in xrange(16, 90):
for k in xrange(i + 1, i + 16):
x = R.randrange(1L << k)
print " 0x%x" % m
- print " 0x%x" % x
- print " 0x%x;" % (x%m)
+ print "
0x%x" % x
+ print "
0x%x;" % (x%m)
if not first:
- print
+
print
first = False
print "}"