Skip to content

Commit fbcc2e9

Browse files
committed
Fix compilation.
1 parent fe74c8f commit fbcc2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-programs/artifacts/tests/tcp_echo_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn run_in_wasmtime(wasm: &[u8], stdout: Option<MemoryOutputPipe>) -> Result<()>
7777
#[test_log::test]
7878
fn tcp_echo_server() -> Result<()> {
7979
use std::io::{Read, Write};
80-
use std::net::TcpStream;
80+
use std::net::{Shutdown, TcpStream};
8181
use std::thread::sleep;
8282
use std::time::Duration;
8383

0 commit comments

Comments
 (0)