mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
net: fix test compilation failure (#5506)
This commit is contained in:
parent
2298679af4
commit
0a50cb3baa
@ -143,11 +143,11 @@ tokio-test = { version = "0.4.0", path = "../tokio-test" }
|
|||||||
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
||||||
futures = { version = "0.3.0", features = ["async-await"] }
|
futures = { version = "0.3.0", features = ["async-await"] }
|
||||||
mockall = "0.11.1"
|
mockall = "0.11.1"
|
||||||
tempfile = "3.1.0"
|
|
||||||
async-stream = "0.3"
|
async-stream = "0.3"
|
||||||
|
|
||||||
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dev-dependencies]
|
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dev-dependencies]
|
||||||
socket2 = "0.4"
|
socket2 = "0.4"
|
||||||
|
tempfile = "3.1.0"
|
||||||
|
|
||||||
[target.'cfg(not(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown")))'.dev-dependencies]
|
[target.'cfg(not(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown")))'.dev-dependencies]
|
||||||
rand = "0.8.0"
|
rand = "0.8.0"
|
||||||
|
@ -417,7 +417,7 @@ fn num_instances(pipe_name: impl AsRef<str>) -> io::Result<u32> {
|
|||||||
|
|
||||||
let status = unsafe {
|
let status = unsafe {
|
||||||
ntioapi::NtQueryDirectoryFile(
|
ntioapi::NtQueryDirectoryFile(
|
||||||
root.as_raw_handle(),
|
root.as_raw_handle().cast(),
|
||||||
std::ptr::null_mut(),
|
std::ptr::null_mut(),
|
||||||
None,
|
None,
|
||||||
std::ptr::null_mut(),
|
std::ptr::null_mut(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user