mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
std.posix: remove bogus assert that SIGRTMAX < NSIG
This commit is contained in:
parent
0700ec35bd
commit
f7d62009ff
@ -644,7 +644,6 @@ test "sigrtmin/max" {
|
||||
try std.testing.expect(posix.sigrtmin() >= 32);
|
||||
try std.testing.expect(posix.sigrtmin() >= posix.system.sigrtmin());
|
||||
try std.testing.expect(posix.sigrtmin() < posix.system.sigrtmax());
|
||||
try std.testing.expect(posix.sigrtmax() < posix.NSIG);
|
||||
}
|
||||
|
||||
test "sigset empty/full" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user