1
0
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:
Alexey 2020-04-09 14:33:19 +03:00 committed by GitHub
parent 87df587f5a
commit 9e201e1f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
]
)