Skip to content

Commit b9ab7a2

Browse files
LegNeatosaethlin
andauthored
Update tests/pass-dep/shims/libc-misc.rs
Co-authored-by: Ben Kimock <kimockb@gmail.com>
1 parent 28475a6 commit b9ab7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ fn test_sigrt() {
315315
assert!(max <= 64);
316316

317317
// "POSIX.1-2001 requires that an implementation support at least
318-
// _POSIX_RTSIG_MAX (8) real-time signals.""
318+
// _POSIX_RTSIG_MAX (8) real-time signals."
319319
assert!(min < max);
320320
assert!(max - min >= 8)
321321
}

0 commit comments

Comments
 (0)