diff options
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_mmap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_mmap b/Lib/test/output/test_mmap index 1ce4943..605f840 100644 --- a/Lib/test/output/test_mmap +++ b/Lib/test/output/test_mmap @@ -34,4 +34,5 @@ test_mmap Try opening a bad file descriptor... Ensuring that passing 0 as map length sets map size to current file size. Ensuring that passing 0 as map length sets map size to current file size. + anonymous mmap.mmap(-1, PAGESIZE)... Test passed |