authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-09-21 08:46:37+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-09-22 01:37:32+02:00
logf7d62009ff756a3c9cc79dbad88f51e44d1b4352
treefeade5e0f38c14b0dc95320d6ebbb47627b8a8b4
parent0700ec35bda705fccb61cb3f28734ce11166fda5
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.posix: remove bogus assert that SIGRTMAX < NSIG


1 files changed, 0 insertions(+), 1 deletions(-)

lib/std/posix/test.zig-1
...@@ -644,7 +644,6 @@ test "sigrtmin/max" {...@@ -644,7 +644,6 @@ test "sigrtmin/max" {
644 try std.testing.expect(posix.sigrtmin() >= 32);644 try std.testing.expect(posix.sigrtmin() >= 32);
645 try std.testing.expect(posix.sigrtmin() >= posix.system.sigrtmin());645 try std.testing.expect(posix.sigrtmin() >= posix.system.sigrtmin());
646 try std.testing.expect(posix.sigrtmin() < posix.system.sigrtmax());646 try std.testing.expect(posix.sigrtmin() < posix.system.sigrtmax());
647 try std.testing.expect(posix.sigrtmax() < posix.NSIG);
648}647}
649648
650test "sigset empty/full" {649test "sigset empty/full" {