MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_disasm_nothing

Function test_disasm_nothing

std/src/program.rs:623–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621
622 #[test]
623 fn test_disasm_nothing() {
624 Tester::default()
625 .run("DISASM")
626 .expect_prints(["0000: EOF ; 0:0", ""])
627 .check();
628 }
629
630 #[test]
631 fn test_disasm_ok() {

Callers

nothing calls this directly

Calls 3

checkMethod · 0.45
expect_printsMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected