mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
don't try to test SmpAllocator in single threaded mode
This commit is contained in:
parent
1754e014f5
commit
bfabb703e3
1 changed files with 1 additions and 0 deletions
|
|
@ -497,6 +497,7 @@ test raw_c_allocator {
|
|||
}
|
||||
|
||||
test smp_allocator {
|
||||
if (builtin.single_threaded) return;
|
||||
try testAllocator(smp_allocator);
|
||||
try testAllocatorAligned(smp_allocator);
|
||||
try testAllocatorLargeAlignment(smp_allocator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue