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

Function test_println_simple

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

Source from the content-addressed store, hash-verified

158// verify that println works without panicking
159#[test_case]
160fn 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected