MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / test_println_many

Function test_println_many

kernel/src/vga_buffer.rs:167–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165// and lines are shifted off the screen
166#[test_case]
167fn 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]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected