Commit f7d62009ff
Changed files (1)
lib
std
posix
lib/std/posix/test.zig
@@ -644,7 +644,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" {