Skip to content

Commit

Permalink
The wat2wasm runner test needs an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Mar 21, 2023
1 parent a4c9909 commit 7b49f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wasi/tests/runners.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ mod wasi {
let handle = std::thread::spawn(move || {
WasiRunner::new(store)
.with_task_manager(tasks)
.with_args(["--version"])
.run_cmd(&container, "wat2wasm")
});
let err = handle.join().unwrap().unwrap_err();
Expand Down

0 comments on commit 7b49f56

Please sign in to comment.