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

tests: fix vlib/os/environment.v

This commit is contained in:
Delyan Angelov
2020-04-08 18:01:14 +03:00
parent 10c4c44d03
commit 3abbdd4a39
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ const (
'vlib/net/http/http_test.v',
'vlib/net/socket_test.v',
'vlib/net/socket_udp_test.v',
'vlib/os/environment_test.v', // Linux only
'vlib/regex/regex_test.v',
'vlib/sqlite/sqlite_test.v', // Linux only
'vlib/strconv/ftoa/f32_f64_to_string_test.v',