Skip to content

Commit 6059067

Browse files
committed
Fix copypasta in a test.
1 parent 79a117c commit 6059067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/net/poll.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ fn client(ready: Arc<(Mutex<u16>, Condvar)>) {
9494
}
9595

9696
#[test]
97-
fn test_v6() {
97+
fn test_poll() {
9898
#[cfg(windows)]
9999
rustix::net::wsa_startup().unwrap();
100100

0 commit comments

Comments
 (0)