(
&self,
_func: Cow<ir::Function>,
_context: &crate::subtest::Context,
)
| 68 | } |
| 69 | |
| 70 | fn run( |
| 71 | &self, |
| 72 | _func: Cow<ir::Function>, |
| 73 | _context: &crate::subtest::Context, |
| 74 | ) -> anyhow::Result<()> { |
| 75 | unreachable!() |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | fn run_test(func_store: &FunctionStore, func: &Function, details: &Details) -> anyhow::Result<()> { |