Update tests/pass-dep/shims/libc-misc.rs
Co-authored-by: Ben Kimock <kimockb@gmail.com>
This commit is contained in:
parent
3bc5dab53f
commit
df36499159
@ -315,7 +315,7 @@ fn test_sigrt() {
|
|||||||
assert!(max <= 64);
|
assert!(max <= 64);
|
||||||
|
|
||||||
// "POSIX.1-2001 requires that an implementation support at least
|
// "POSIX.1-2001 requires that an implementation support at least
|
||||||
// _POSIX_RTSIG_MAX (8) real-time signals.""
|
// _POSIX_RTSIG_MAX (8) real-time signals."
|
||||||
assert!(min < max);
|
assert!(min < max);
|
||||||
assert!(max - min >= 8)
|
assert!(max - min >= 8)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user