Skip to content

Commit 5c3a922

Browse files
committed
Fix rust test
1 parent de10592 commit 5c3a922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libwasmvm/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ mod tests {
839839
assert_eq!(elements_memory_cache, 0);
840840
assert_approx_eq!(
841841
size_pinned_memory_cache,
842-
2282344,
842+
2500000,
843843
"0.2",
844844
"size_pinned_memory_cache: {size_pinned_memory_cache}"
845845
);

0 commit comments

Comments
 (0)