()
| 158 | // verify that println works without panicking |
| 159 | #[test_case] |
| 160 | fn test_println_simple() { |
| 161 | println!("test_println_simple output"); |
| 162 | } |
| 163 | |
| 164 | // ensure that no panic occurs even if many lines are printed |
| 165 | // and lines are shifted off the screen |
nothing calls this directly
no outgoing calls
no test coverage detected