Skip to content

Commit

Permalink
Forgot one update to store
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Aug 2, 2024
1 parent 6c57191 commit 3231377
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/cli/tests/dylib_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ fn allocate_memory(
let orig_ptr = 0;
let orig_size = 0;
realloc_func
.call(store, (orig_ptr, orig_size, alignment, new_size))
.call(
store.as_context_mut(),
(orig_ptr, orig_size, alignment, new_size),
)
.map_err(Into::into)
}

0 comments on commit 3231377

Please sign in to comment.