| ... | @@ -883,7 +883,6 @@ test "sigrtmin/max" { | ... | @@ -883,7 +883,6 @@ test "sigrtmin/max" { |
| 883 | try std.testing.expect(posix.sigrtmin() >= 32); | 883 | try std.testing.expect(posix.sigrtmin() >= 32); |
| 884 | try std.testing.expect(posix.sigrtmin() >= posix.system.sigrtmin()); | 884 | try std.testing.expect(posix.sigrtmin() >= posix.system.sigrtmin()); |
| 885 | try std.testing.expect(posix.sigrtmin() < posix.system.sigrtmax()); | 885 | try std.testing.expect(posix.sigrtmin() < posix.system.sigrtmax()); |
| 886 | try std.testing.expect(posix.sigrtmax() < posix.NSIG); | | |
| 887 | } | 886 | } |
| 888 | | 887 | |
| 889 | test "sigset empty/full" { | 888 | test "sigset empty/full" { |