Skip to content

Commit 207fb21

Browse files
committed
Rebase to get EPOLLHUP change
1 parent 3a617e4 commit 207fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass-dep/libc/libc-epoll.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,5 +564,5 @@ fn test_socketpair_epollerr() {
564564
)
565565
.unwrap();
566566
let expected_value = u64::try_from(fds[1]).unwrap();
567-
assert!(check_epoll_wait::<8>(epfd, &[(expected_event, expected_value)]));
567+
check_epoll_wait::<8>(epfd, &[(expected_event, expected_value)]);
568568
}

0 commit comments

Comments
 (0)