mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Whitespace normalization.
This commit is contained in:
parent
be1bc3b63a
commit
abd8a336a3
12 changed files with 21 additions and 21 deletions
|
|
@ -218,7 +218,7 @@ class MmapTests(unittest.TestCase):
|
|||
# Ensuring copy-on-write maps cannot be resized
|
||||
self.assertRaises(TypeError, m.resize, 2*mapsize)
|
||||
del m, f
|
||||
|
||||
|
||||
# Ensuring invalid access parameter raises exception
|
||||
f = open(TESTFN, "r+b")
|
||||
self.assertRaises(ValueError, mmap.mmap, f.fileno(), mapsize, access=4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue