Skip to content

Commit cbd867e

Browse files
authored
Fix formatting and add closing brace in tests.rs
1 parent 2a0eae6 commit cbd867e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oscars/src/alloc/arena2/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ fn max_recycled_cap_respected() {
148148
assert_eq!(allocator.heap_size(), 0);
149149
// The recycled list holds exactly max_recycled pages.
150150
assert_eq!(allocator.recycled_arenas.len(), 4);
151+
}
152+
151153
// === test for TaggedPtr::as_ptr === //
152154

153155
// `TaggedPtr::as_ptr` must use `addr & !MASK` to unconditionally clear the high

0 commit comments

Comments
 (0)