mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Fix boot frambuffer usage
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6b87ff03ac
commit
bbca1a2a80
@ -21,7 +21,7 @@ fn panic(info: &PanicInfo) -> ! {
|
||||
|
||||
#[test_case]
|
||||
fn test_framebuffer() {
|
||||
for i in 0..30 {
|
||||
for _i in 0..30 {
|
||||
jinux_framebuffer::println!("test_println!");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user