diff --git a/src/mm/allocator.rs b/src/mm/allocator.rs index 8d9cc067b6..09608fc8b8 100644 --- a/src/mm/allocator.rs +++ b/src/mm/allocator.rs @@ -69,7 +69,7 @@ mod tests { use super::*; #[test] - fn basic() { + fn empty() { const SIZE: usize = 0x1000; static mut ARENA: [u8; SIZE] = [0; SIZE];