Skip to content

Commit 8ebbace

Browse files
authored
json: move _test.v files to vlib/json/tests/ (#22731)
1 parent 9de8488 commit 8ebbace

37 files changed

+1
-1
lines changed

cmd/tools/vtest-self.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const essential_list = [
5353
'vlib/encoding/utf8/encoding_utf8_test.v',
5454
'vlib/encoding/utf8/utf8_util_test.v',
5555
'vlib/flag/flag_test.v',
56-
'vlib/json/json_decode_test.v',
56+
'vlib/json/tests/json_decode_test.v',
5757
'vlib/math/math_test.v',
5858
'vlib/net/tcp_test.v',
5959
'vlib/net/http/http_test.v',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)