mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix test
This commit is contained in:
@@ -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()!!;
|
||||
|
||||
Reference in New Issue
Block a user