mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
cleanup test arenas
This commit is contained in:
@@ -44,6 +44,7 @@ test_tlsf_bitscan :: proc(t: ^testing.T) {
|
||||
@(test)
|
||||
test_align_bumping_block_limit :: proc(t: ^testing.T) {
|
||||
a: virtual.Arena
|
||||
defer virtual.arena_destroy(&a)
|
||||
|
||||
data, err := virtual.arena_alloc(&a, 4193371, 1)
|
||||
testing.expect_value(t, err, nil)
|
||||
|
||||
Reference in New Issue
Block a user