Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jul 27, 2023
1 parent 8f1c64c commit a2470db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mm/allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mod tests {
use super::*;

#[test]
fn basic() {
fn empty() {
const SIZE: usize = 0x1000;
static mut ARENA: [u8; SIZE] = [0; SIZE];

Expand Down

0 comments on commit a2470db

Please sign in to comment.