Searched refs:assert_m2 (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/tests/all/component_model/ |
| H A D | instance.rs | 148 fn assert_m2(module: &Module) { in export_missing_get_max() function 160 ("a:b/[email protected]", assert_m2 as fn(&_)), // no exact, should pick max available in export_missing_get_max() 162 ("a:b/[email protected]", assert_m2), // no exact, should pick max available in export_missing_get_max() 163 ("a:b/[email protected]", assert_m2), // exact hit in export_missing_get_max() 164 ("a:b/[email protected]", assert_m2), // no exact, should pick max available in export_missing_get_max()
|