tests: fix `v test-self` running locally

pull/11002/head
Delyan Angelov 2021-07-30 09:26:05 +03:00
parent ec92964bb0
commit c31397e17d
1 changed files with 2 additions and 2 deletions

View File

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