mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: don't skip fixed tests
This commit is contained in:
parent
87df587f5a
commit
9e201e1f93
@ -20,8 +20,6 @@ const (
|
||||
'vlib/json/json_test.v',
|
||||
'vlib/math/big/big_test.v',
|
||||
'vlib/math/complex/complex_test.v',
|
||||
'vlib/math/factorial/factorial_test.v',
|
||||
'vlib/math/fractions/fraction_test.v',
|
||||
'vlib/net/ftp/ftp_test.v',
|
||||
'vlib/net/http/http_httpbin_test.v',
|
||||
'vlib/net/http/http_test.v',
|
||||
@ -55,7 +53,6 @@ const (
|
||||
'vlib/v/tests/type_test.v',
|
||||
'vlib/v/tests/typeof_test.v',
|
||||
'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only
|
||||
'vlib/vweb/assets/assets_test.v',
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user