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

tests: fix v test-self running locally

This commit is contained in:
Delyan Angelov 2021-07-30 09:26:05 +03:00
parent ec92964bb0
commit c31397e17d

View File

@ -1,5 +1,5 @@
vlib/v/checker/tests/interface_init_err.vv:15:7: warning: interface field `Server.handler` must be initialized
13 |
vlib/v/checker/tests/interface_init_err.vv:15:7: error: interface field `Server.handler` must be initialized
13 |
14 | fn main() {
15 | _ := Server{}
| ~~~~~~~~