diff options
author | Guido van Rossum <guido@python.org> | 1998-04-24 18:31:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-24 18:31:28 (GMT) |
commit | 446898ff4aebc5ed8f641d8eb4ee2c31b3f3be3c (patch) | |
tree | f3ea4591b50bf8788b17c2cc52d1ac1b498abf00 /Lib/test/output | |
parent | a937d14898e8e396a1c9acc0fbd2db5209d1a6ce (diff) | |
download | cpython-446898ff4aebc5ed8f641d8eb4ee2c31b3f3be3c.zip cpython-446898ff4aebc5ed8f641d8eb4ee2c31b3f3be3c.tar.gz cpython-446898ff4aebc5ed8f641d8eb4ee2c31b3f3be3c.tar.bz2 |
Use hex() when outputting the various checksums so the test output is the
same on 32 and 64 bit machines.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_zlib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/output/test_zlib b/Lib/test/output/test_zlib index 1961228..6995c11 100644 --- a/Lib/test/output/test_zlib +++ b/Lib/test/output/test_zlib @@ -1,6 +1,6 @@ test_zlib --440295136 1136044692 -198574839 198574839 +0xe5c1a120 0x43b6aa94 +0xbd602f7 0xbd602f7 expecting Bad compression level expecting Invalid initialization option expecting Invalid initialization option |