mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
std.posix: remove bogus assert that SIGRTMAX < NSIG
This commit is contained in:
parent
d6d1fefae9
commit
0e673fdab2
@ -883,7 +883,6 @@ test "sigrtmin/max" {
|
|||||||
try std.testing.expect(posix.sigrtmin() >= 32);
|
try std.testing.expect(posix.sigrtmin() >= 32);
|
||||||
try std.testing.expect(posix.sigrtmin() >= posix.system.sigrtmin());
|
try std.testing.expect(posix.sigrtmin() >= posix.system.sigrtmin());
|
||||||
try std.testing.expect(posix.sigrtmin() < posix.system.sigrtmax());
|
try std.testing.expect(posix.sigrtmin() < posix.system.sigrtmax());
|
||||||
try std.testing.expect(posix.sigrtmax() < posix.NSIG);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
test "sigset empty/full" {
|
test "sigset empty/full" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user