()
| 813 | } |
| 814 | #[quickcheck_macros::quickcheck] |
| 815 | fn check_empty_netlist() -> TestResult { |
| 816 | init(); |
| 817 | let result = empty_netlist(); |
| 818 | TestResult::passed() |
| 819 | } |
| 820 | #[quickcheck_macros::quickcheck] |
| 821 | fn check_as_u32(e: RuntimeError) -> TestResult { |
| 822 | init(); |
nothing calls this directly
no test coverage detected