Skip to content

Commit

Permalink
Adjust stack_overflow test print message
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jun 8, 2020
1 parent 8c10bbb commit 12d94fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stack_overflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 12d94fd

Please sign in to comment.