Skip to content

Commit

Permalink
last chance
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Apr 17, 2024
1 parent 91bbbf3 commit 2010c32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mmap_view_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ mod test {

let mut file = fs::OpenOptions::new()
.read(true)
.write(true)
.create(true)
.append(true)
.append(false)
.truncate(false)
.open(path)
.unwrap();
file.set_len(len).unwrap();
Expand Down

0 comments on commit 2010c32

Please sign in to comment.