Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdavid committed Dec 3, 2024
1 parent c1d8993 commit 676a612
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ mod test {

let data: Vec<_> = (0u8..=255u8)
.cycle()
.take((WASM_PAGE_SIZE * 2) as usize)
.take((WASM_PAGE_SIZE * 2 + 901) as usize)
.collect();

const MEMORIES: u8 = 3;
Expand Down
Binary file modified src/memory_manager/stability_write.golden
Binary file not shown.

0 comments on commit 676a612

Please sign in to comment.