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

tests: bring back pointers_test.v

This commit is contained in:
Alexander Medvednikov 2020-05-22 06:21:42 +02:00
parent 8bf290acf0
commit 27644333a8

View File

@ -7,7 +7,6 @@ import v.pref
const (
skip_test_files = [
'vlib/v/tests/enum_bitfield_test.v',
'vlib/v/tests/pointers_test.v',
'vlib/net/http/http_httpbin_test.v',
]
skip_on_musl = [