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

Function dwarf_two_removed_branches

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

Source from the content-addressed store, hash-verified

353#[test]
354#[ignore]
355pub fn dwarf_two_removed_branches() -> Result<()> {
356 let output = lldb_with_script(
357 &[
358 "-Ccache=n",
359 "-Oopt-level=0",
360 "-Ddebug-info",
361 DWARF_TWO_REMOVED_BRANCHES,
362 ],
363 r#"r"#,
364 )?;
365
366 // We are simply checking that the output compiles.
367 check_lldb_output(
368 &output,
369 r#"
370check: exited with status
371"#,
372 )?;
373 Ok(())
374}
375
376#[test]
377#[ignore]

Callers

nothing calls this directly

Calls 3

lldb_with_scriptFunction · 0.85
check_lldb_outputFunction · 0.85
OkFunction · 0.85

Tested by

no test coverage detected