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

tools: vfmt math_test.v and remove it from the exceptions in vtest-cleancode.v

This commit is contained in:
Delyan Angelov
2021-05-08 14:46:06 +03:00
parent 7d922c877d
commit 7db6d602de
2 changed files with 187 additions and 150 deletions

View File

@@ -48,7 +48,6 @@ const (
vfmt_known_failing_exceptions = arrays.merge(verify_known_failing_exceptions, [
'vlib/strconv/' /* prevent conflicts, till the new pure V string interpolation is merged */,
'vlib/net/' /* prevent conflicts, till ipv6 support is merged */,
'vlib/math/math_test.v', /* prevent conflict, till the sign PR is merged */
'vlib/term/ui/input.v' /* comment after a struct embed is removed */,
'vlib/regex/regex_test.v' /* contains meaningfull formatting of the test case data */,
'vlib/readline/readline_test.v' /* vfmt eats `{ Readline }` from `import readline { Readline }` */,