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

cgen: fix math/complex_test.v

This commit is contained in:
yuyi
2020-04-14 13:44:19 +08:00
committed by GitHub
parent 682c619456
commit 956651384c
2 changed files with 7 additions and 5 deletions

View File

@@ -16,7 +16,6 @@ const (
'vlib/eventbus/eventbus_test.v',
'vlib/flag/flag_test.v',
'vlib/json/json_test.v',
'vlib/math/complex/complex_test.v',
'vlib/net/ftp/ftp_test.v',
'vlib/net/http/http_httpbin_test.v',
'vlib/net/http/http_test.v',