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

ftoa: fix strconv/ftoa/f32_f64_to_string_test.v

This commit is contained in:
yuyi
2020-04-14 09:53:34 +08:00
committed by GitHub
parent df37597f00
commit 885612afea
3 changed files with 121 additions and 111 deletions

View File

@@ -21,7 +21,7 @@ const (
'vlib/net/http/http_httpbin_test.v',
'vlib/net/http/http_test.v',
'vlib/regex/regex_test.v',
'vlib/strconv/ftoa/f32_f64_to_string_test.v',
'vlib/v/tests/const_embed_test.v',
'vlib/v/tests/enum_bitfield_test.v',
'vlib/v/tests/fixed_array_test.v',
'vlib/v/tests/fn_test.v',