mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
parent
df574ccf86
commit
bc411af4ff
@ -125,7 +125,7 @@ pub async fn connect(loop: *Loop, _address: *const std.net.Address) !std.os.File
|
||||
test "listen on a port, send bytes, receive bytes" {
|
||||
if (builtin.os != builtin.Os.linux) {
|
||||
// TODO build abstractions for other operating systems
|
||||
return;
|
||||
return error.skip;
|
||||
}
|
||||
const MyServer = struct {
|
||||
tcp_server: Server,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user