()
| 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() { |
nothing calls this directly
no test coverage detected