()
| 165 | // and lines are shifted off the screen |
| 166 | #[test_case] |
| 167 | fn test_println_many() { |
| 168 | for _ in 0..200 { |
| 169 | println!("test_println_many output"); |
| 170 | } |
| 171 | } |
| 172 | |
| 173 | // verify that the printed lines really appear on the screen |
| 174 | #[test_case] |
nothing calls this directly
no outgoing calls
no test coverage detected