Skip to content

Commit

Permalink
Fix rust test
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Sep 23, 2024
1 parent de10592 commit 5c3a922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwasmvm/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ mod tests {
assert_eq!(elements_memory_cache, 0);
assert_approx_eq!(
size_pinned_memory_cache,
2282344,
2500000,
"0.2",
"size_pinned_memory_cache: {size_pinned_memory_cache}"
);
Expand Down

0 comments on commit 5c3a922

Please sign in to comment.