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:
parent
ec92964bb0
commit
c31397e17d
@ -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{}
|
||||
| ~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user