Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 24, 2024
1 parent 06bc6e7 commit f595a7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/event/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ fn test_select_with_maxfd_sockets() {
let writer = unsafe { OwnedFd::from_raw_fd(great_fd) };
dbg!("hello");
dbg!(&writer);
assert!(false);

let nfds = max(reader.as_raw_fd(), writer.as_raw_fd()) + 1;

Expand Down

0 comments on commit f595a7e

Please sign in to comment.