Fix threading test.

This commit is contained in:
Christoffer Lerno
2025-02-10 22:08:54 +01:00
parent 79a4b6855b
commit 8b8a2beb0d

View File

@@ -37,7 +37,7 @@ fn void! own_mutex(Mutex* m)
m.unlock()!;
}
fn void ensure_owner_checks() @test
fn void ensure_owner_checks() @test @test => mem::@scoped(&allocator::LIBC_ALLOCATOR)
{
Mutex m;
m.init()!!;