| ... | @@ -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 | } |
| 649 | | 648 | |
| 650 | test "sigset empty/full" { | 649 | test "sigset empty/full" { |