| author | |
| committer | |
| log | f7d62009ff756a3c9cc79dbad88f51e44d1b4352 |
| tree | feade5e0f38c14b0dc95320d6ebbb47627b8a8b4 |
| parent | 0700ec35bda705fccb61cb3f28734ce11166fda5 |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/posix/test.zig-1| ... | ... | @@ -644,7 +644,6 @@ test "sigrtmin/max" { |
| 644 | 644 | try std.testing.expect(posix.sigrtmin() >= 32); |
| 645 | 645 | try std.testing.expect(posix.sigrtmin() >= posix.system.sigrtmin()); |
| 646 | 646 | try std.testing.expect(posix.sigrtmin() < posix.system.sigrtmax()); |
| 647 | try std.testing.expect(posix.sigrtmax() < posix.NSIG); | |
| 648 | 647 | } |
| 649 | 648 | |
| 650 | 649 | test "sigset empty/full" { |