Skip to content

Commit

Permalink
Fix tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Nov 20, 2023
1 parent 3f410ce commit 8917643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/debugger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn test_load_and_execute() -> anyhow::Result<()> {
process
.debugger
.load_main_module(&bytes, String::from("calc.wasm"))?;
process.debugger.instantiate(host_modules, &args)?;
process.debugger.instantiate(host_modules, Some(&args))?;
process
.debugger
.run(Some("add"), vec![WasmValue::I32(1), WasmValue::I32(2)])?;
Expand Down

0 comments on commit 8917643

Please sign in to comment.