Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/verifier/
H A Dmod.rs2123 macro_rules! assert_err_with_msg { macro
2174 assert_err_with_msg!(errors, "instruction format"); in bad_instruction_format()
2205 assert_err_with_msg!( in test_iconst_bounds_err()
2255 assert_err_with_msg!(errors, "Parameter at position 0 has an invalid type"); in test_function_invalid_param()
2268 assert_err_with_msg!(errors, "Return value at position 0 has an invalid type"); in test_function_invalid_return_value()
2310 assert_err_with_msg!(errors, "block0 cannot be empty"); in test_empty_block()