Update tests/pass-dep/shims/libc-misc.rs

Co-authored-by: Ben Kimock <kimockb@gmail.com>
This commit is contained in:
Christian Legnitto 2023-04-11 10:26:39 -04:00 committed by GitHub
parent 3bc5dab53f
commit df36499159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ fn test_sigrt() {
assert!(max <= 64);
// "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!(max - min >= 8)
}