diff --git a/tests/heap_allocation.rs b/tests/heap_allocation.rs index b4c6db44..56f7cb7c 100644 --- a/tests/heap_allocation.rs +++ b/tests/heap_allocation.rs @@ -7,9 +7,9 @@ extern crate alloc; use alloc::{boxed::Box, vec::Vec}; -use core::hint::black_box; use blog_os::allocator::HEAP_SIZE; use bootloader::{entry_point, BootInfo}; +use core::hint::black_box; use core::panic::PanicInfo; entry_point!(main);