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

math: fix bits_test

This commit is contained in:
Alexey
2020-04-09 13:43:37 +03:00
committed by GitHub
parent 3fbf91a044
commit 384d401af0
3 changed files with 3 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ const (
'vlib/flag/flag_test.v',
'vlib/json/json_test.v',
'vlib/math/big/big_test.v',
'vlib/math/bits/bits_test.v',
'vlib/math/complex/complex_test.v',
'vlib/math/factorial/factorial_test.v',
'vlib/math/fractions/fraction_test.v',