This commit is contained in:
Christoffer Lerno
2025-02-10 22:19:16 +01:00
parent 8b8a2beb0d
commit f8e3ffd267

View File

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