]> granicus.if.org Git - python/commit
A new test here was failing on Windows, because the test before it never
authorTim Peters <tim.peters@gmail.com>
Mon, 13 Jan 2003 21:38:45 +0000 (21:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 13 Jan 2003 21:38:45 +0000 (21:38 +0000)
commitddc82ea944d330d517196b363620e0fed5426a16
tree3c6411478b78eb23255b622428e5392a58f12ff5
parent87fec22476ad0ef5d87398adfc00dd8b159015e3
A new test here was failing on Windows, because the test before it never
managed to delete the @test file it intended to delete.  Also, I don't
see a reason to create a 4MB file in the new test, so cut it back to 16K.
Lib/test/test_mmap.py