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

gen: fix pointer_str_test.v

This commit is contained in:
yuyi
2020-05-21 20:09:35 +08:00
committed by GitHub
parent 0de70e8b2c
commit 047e982318
2 changed files with 6 additions and 3 deletions

View File

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