Skip to content

Commit 954cd04

Browse files
committed
Fix tests
1 parent fc93e5c commit 954cd04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/wasip3/examples/cli-command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ impl wasip3::exports::cli::run::Guest for Example {
1111
async {
1212
let remaining = tx.write_all(b"Hello, WASI!".to_vec()).await;
1313
assert!(remaining.is_empty());
14+
drop(tx);
1415
}
1516
);
1617
Ok(())

0 commit comments

Comments
 (0)