Home
last modified time | relevance | path

Searched refs:test_run_bool (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dborrowing.rs13 test_run_bool( in async_borrowing_caller()
27 test_run_bool( in async_borrowing_caller_misbehave()
45 test_run_bool( in async_borrowing_callee_misbehave()
58 test_run_bool( in async_borrowing_callee()
65 pub async fn test_run_bool(components: &[&str], v: bool) -> Result<()> { in test_run_bool() function