(src: &'static str)
| 10 | }; |
| 11 | |
| 12 | fn exec_code(src: &'static str) -> ExecutionResult<HaxbyEvalResult> { |
| 13 | exec_code_with_vm_options(src, Default::default()) |
| 14 | } |
| 15 | |
| 16 | fn exec_code_with_vm_options( |
| 17 | src: &'static str, |
no test coverage detected
searching dependent graphs…