mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
json: move _test.v
files to vlib/json/tests/
(#22731)
This commit is contained in:
parent
9de84888b3
commit
8ebbacecd6
37 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const essential_list = [
|
|||
'vlib/encoding/utf8/encoding_utf8_test.v',
|
||||
'vlib/encoding/utf8/utf8_util_test.v',
|
||||
'vlib/flag/flag_test.v',
|
||||
'vlib/json/json_decode_test.v',
|
||||
'vlib/json/tests/json_decode_test.v',
|
||||
'vlib/math/math_test.v',
|
||||
'vlib/net/tcp_test.v',
|
||||
'vlib/net/http/http_test.v',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue