MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / dwarf_simple

Function dwarf_simple

tests/all/native_debug/lldb.rs:494–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492#[test]
493#[ignore]
494fn 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]

Callers

nothing calls this directly

Calls 2

test_dwarf_simpleFunction · 0.85
OkFunction · 0.85

Tested by

no test coverage detected