Skip to content

Commit 222fcc0

Browse files
authored
Update Lib/test/test_mmap.py
1 parent ed0fc42 commit 222fcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_mmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ def test_flush_return_value(self):
840840
mm.write(b'python')
841841
result = mm.flush()
842842
self.assertIsNone(result)
843-
if (sys.platform.startswith(('linux', 'android'))
843+
if (sys.platform.startswith(('linux', 'android'))
844844
and not in_systemd_nspawn_sync_suppressed()):
845845
# 'offset' must be a multiple of mmap.PAGESIZE on Linux.
846846
# See bpo-34754 for details.

0 commit comments

Comments
 (0)