Skip to content

Commit

Permalink
Recompile test contract
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jun 23, 2020
1 parent a1e2e1d commit 9a0bea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vm/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ mod singlepass_test {

let init_used = orig_gas - instance.get_gas_left();
println!("init used: {}", init_used);
assert_eq!(init_used, 65338);
assert_eq!(init_used, 70810);
}

#[test]
Expand All @@ -682,7 +682,7 @@ mod singlepass_test {

let handle_used = gas_before_handle - instance.get_gas_left();
println!("handle used: {}", handle_used);
assert_eq!(handle_used, 96318);
assert_eq!(handle_used, 97825);
}

#[test]
Expand Down
Binary file modified packages/vm/testdata/contract_0.9.wasm
Binary file not shown.

0 comments on commit 9a0bea4

Please sign in to comment.