Commit 0e673fdab2
2025-09-21 08:46:37
1 parent
d6d1fefChanged files (1)
lib
std
posix
lib/std/posix/test.zig
@@ -883,7 +883,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" {