net: fix build-tests for uds (#1589)

This commit is contained in:
Taiki Endo
2019-09-24 02:47:39 +09:00
committed by GitHub
parent 3a55aba251
commit d50d050fae
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;
}