We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc5dab commit df36499Copy full SHA for df36499
src/tools/miri/tests/pass-dep/shims/libc-misc.rs
@@ -315,7 +315,7 @@ fn test_sigrt() {
315
assert!(max <= 64);
316
317
// "POSIX.1-2001 requires that an implementation support at least
318
- // _POSIX_RTSIG_MAX (8) real-time signals.""
+ // _POSIX_RTSIG_MAX (8) real-time signals."
319
assert!(min < max);
320
assert!(max - min >= 8)
321
}
0 commit comments