Skip to content

Commit 26ff52f

Browse files
committed
Adjust gas value
1 parent 3a16ee7 commit 26ff52f

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
@@ -975,7 +975,7 @@ mod tests {
975975
assert_eq!(elements_memory_cache, 0);
976976
assert_approx_eq!(
977977
size_pinned_memory_cache,
978-
2282344,
978+
3400000,
979979
"0.2",
980980
"size_pinned_memory_cache: {size_pinned_memory_cache}"
981981
);

0 commit comments

Comments
 (0)