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

json: minor fixes + bring back the test

This commit is contained in:
Alexander Medvednikov
2020-05-04 20:43:22 +02:00
parent 6e1825b417
commit 9823d80e0c
3 changed files with 26 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ import v.pref
const (
skip_test_files = [
'vlib/arrays/arrays_test.v',
'vlib/json/json_test.v',
'vlib/v/tests/enum_bitfield_test.v',
'vlib/v/tests/num_lit_call_method_test.v',
'vlib/v/tests/pointers_test.v',