| author | |
| committer | |
| log | bc411af4ffb07fa0e8d713c300c2badd1116acff |
| tree | 2e7e3ef4fe2ccd48ab0ff8753deb81ae212ebd08 |
| parent | df574ccf8655726dc204142e7bcfb36770426257 |
tracking issue #1274 ;1 files changed, 1 insertions(+), 1 deletions(-)
std/event/tcp.zig+1-1| ... | ... | @@ -125,7 +125,7 @@ pub async fn connect(loop: *Loop, _address: *const std.net.Address) !std.os.File |
| 125 | 125 | test "listen on a port, send bytes, receive bytes" { |
| 126 | 126 | if (builtin.os != builtin.Os.linux) { |
| 127 | 127 | // TODO build abstractions for other operating systems |
| 128 | return; | |
| 128 | return error.skip; | |
| 129 | 129 | } |
| 130 | 130 | const MyServer = struct { |
| 131 | 131 | tcp_server: Server, |