mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
ci: vfmt tcp_test.v
This commit is contained in:
parent
dc1b54c669
commit
231623b75b
1 changed files with 3 additions and 3 deletions
|
@ -102,9 +102,9 @@ fn testsuite_end() {
|
|||
}
|
||||
|
||||
fn test_bind() {
|
||||
$if !network ? {
|
||||
return
|
||||
}
|
||||
$if !network ? {
|
||||
return
|
||||
}
|
||||
conn := net.dial_tcp_with_bind('vlang.io:80', '127.0.0.1:0')
|
||||
conn.close()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue