diff --git a/tests/stack_overflow.rs b/tests/stack_overflow.rs index 0b5a654df..71ad12d6a 100644 --- a/tests/stack_overflow.rs +++ b/tests/stack_overflow.rs @@ -9,7 +9,7 @@ use x86_64::structures::idt::{InterruptDescriptorTable, InterruptStackFrame}; #[no_mangle] pub extern "C" fn _start() -> ! { - serial_print!("stack_overflow... "); + serial_print!("stack_overflow::stack_overflow...\t"); blog_os::gdt::init(); init_test_idt();