()
| 180 | |
| 181 | #[test] |
| 182 | fn test_force_present_canvas_no_damage() { |
| 183 | Tester::new(size(10, 12)).op(|l| l.force_present_canvas().unwrap()).check(); |
| 184 | } |
| 185 | |
| 186 | #[test] |
| 187 | fn test_force_present_canvas_damage() { |
nothing calls this directly
no test coverage detected