std.event.tcp: SKIP test instead of OKing test;

tracking issue #1274 ;
master
kristopher tate 2018-07-22 02:21:52 +09:00
parent df574ccf86
commit bc411af4ff
1 changed files with 1 additions and 1 deletions

View File

@ -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,