()
| 270 | |
| 271 | #[test] |
| 272 | fn smoke_winch() { |
| 273 | if !cfg!(target_arch = "x86_64") || !cfg!(target_arch = "aarch64") { |
| 274 | return; |
| 275 | } |
| 276 | crate::oracles::engine::smoke_test_engine(|u, config| { |
| 277 | WasmtimeEngine::new(u, config, CompilerStrategy::Winch) |
| 278 | }) |
| 279 | } |
| 280 | } |
nothing calls this directly
no test coverage detected