()
| 152 | |
| 153 | #[test] |
| 154 | fn smoke() { |
| 155 | if !wasm_spec_interpreter::support_compiled_in() { |
| 156 | return; |
| 157 | } |
| 158 | crate::oracles::engine::smoke_test_engine(|_, config| Ok(SpecInterpreter::new(config))) |
| 159 | } |
| 160 | } |
nothing calls this directly
no test coverage detected