mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
checkpoint some changes as i read diffs
svn:r8780
This commit is contained in:
+1
-1
@@ -1218,7 +1218,7 @@ test_mmap(void)
|
||||
test_streq(mapping->data, "Short file.");
|
||||
tor_munmap_file(mapping);
|
||||
|
||||
/* Make sure that we fail to map a no-longer-existant file. */
|
||||
/* Make sure that we fail to map a no-longer-existent file. */
|
||||
mapping = tor_mmap_file(fname1);
|
||||
test_assert(mapping == NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user