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 3a617e4 commit 207fb21Copy full SHA for 207fb21
tests/pass-dep/libc/libc-epoll.rs
@@ -564,5 +564,5 @@ fn test_socketpair_epollerr() {
564
)
565
.unwrap();
566
let expected_value = u64::try_from(fds[1]).unwrap();
567
- assert!(check_epoll_wait::<8>(epfd, &[(expected_event, expected_value)]));
+ check_epoll_wait::<8>(epfd, &[(expected_event, expected_value)]);
568
}
0 commit comments