| author | |
| committer | |
| log | bfabb703e32c8bbca3724ee1fa79d565adc1a200 |
| tree | 1fb855c3031d131b3a4cf059dadeb1c1a5af7d29 |
| parent | 1754e014f5da09bf83a7ee1e53132325fd78d1c1 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/heap.zig+1| ... | @@ -497,6 +497,7 @@ test raw_c_allocator { | ... | @@ -497,6 +497,7 @@ test raw_c_allocator { |
| 497 | } | 497 | } |
| 498 | 498 | ||
| 499 | test smp_allocator { | 499 | test smp_allocator { |
| 500 | if (builtin.single_threaded) return; | ||
| 500 | try testAllocator(smp_allocator); | 501 | try testAllocator(smp_allocator); |
| 501 | try testAllocatorAligned(smp_allocator); | 502 | try testAllocatorAligned(smp_allocator); |
| 502 | try testAllocatorLargeAlignment(smp_allocator); | 503 | try testAllocatorLargeAlignment(smp_allocator); |