()
| 492 | #[test] |
| 493 | #[ignore] |
| 494 | fn dwarf_simple() -> Result<()> { |
| 495 | for wasm in [DWARF_SIMPLE, DWARF_SIMPLE_COMPONENT] { |
| 496 | test_dwarf_simple(wasm, &[])?; |
| 497 | } |
| 498 | Ok(()) |
| 499 | } |
| 500 | |
| 501 | #[test] |
| 502 | #[ignore] |
nothing calls this directly
no test coverage detected