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

Function test_disasm_errors

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

Source from the content-addressed store, hash-verified

675
676 #[test]
677 fn test_disasm_errors() {
678 check_stmt_compilation_err("1:1: DISASM expected no arguments", "DISASM 2");
679 }
680
681 #[test]
682 fn test_edit_ok() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected