1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

urllib: put braces in << | expressions in urllib.v to make test pass

This commit is contained in:
Delyan Angelov
2020-04-07 22:57:44 +03:00
parent cb52dd85e7
commit 582ee9e643
2 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,6 @@ const (
'vlib/net/http/http_test.v',
'vlib/net/socket_test.v',
'vlib/net/socket_udp_test.v',
'vlib/net/urllib/urllib_test.v',
'vlib/os/environment_test.v', // Linux only
'vlib/rand/pcg32_test.v',
'vlib/rand/splitmix64_test.v',