diff --git a/test/unit/stdlib/threads/mutex.c3 b/test/unit/stdlib/threads/mutex.c3 index 06ee6d9a4..ca29ea947 100644 --- a/test/unit/stdlib/threads/mutex.c3 +++ b/test/unit/stdlib/threads/mutex.c3 @@ -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()!!;