mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-02 00:00:11 +02:00
net: fix build-tests for uds (#1589)
This commit is contained in:
@@ -21,7 +21,7 @@ fn net_with_udp() {
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "net-with-uds")]
|
||||
fn net_with_udp() {
|
||||
fn net_with_uds() {
|
||||
use build_tests::tokio_net::uds;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user